Add step for installing Nextcloud

This commit is contained in:
Manuel Thalmann 2023-06-30 13:17:00 +02:00
parent 7b9392a539
commit 550cb86241
3 changed files with 25 additions and 0 deletions
scripts/Windows/Scripts

View file

@ -205,6 +205,10 @@ class Context {
});
}
[string] GetNextcloudConfigFile() {
return "$env:APPDATA/Nextcloud/nextcloud.cfg";
}
[void] Reboot() {
Write-Host "Restarting Computer...";
$this.RegisterReboot();