Add step for installing Nextcloud
This commit is contained in:
parent
7b9392a539
commit
550cb86241
3 changed files with 25 additions and 0 deletions
scripts/Windows/Scripts
|
@ -205,6 +205,10 @@ class Context {
|
|||
});
|
||||
}
|
||||
|
||||
[string] GetNextcloudConfigFile() {
|
||||
return "$env:APPDATA/Nextcloud/nextcloud.cfg";
|
||||
}
|
||||
|
||||
[void] Reboot() {
|
||||
Write-Host "Restarting Computer...";
|
||||
$this.RegisterReboot();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue