Add notes to installation script

This commit is contained in:
Manuel Thalmann 2024-08-08 14:03:15 +02:00
parent 20267c21ac
commit 85c9436eec

View file

@ -27,4 +27,5 @@ $null = New-Module {
}; };
# ToDo: Add restoration # ToDo: Add restoration
# Only restore version if it has been backed up
}; };