Move scripts properly

This commit is contained in:
Manuel Thalmann 2024-08-07 21:05:32 +02:00
parent 36336e332d
commit 2dfb9d58bf
66 changed files with 75 additions and 76 deletions
scripts/Windows/Software/Nextcloud

View file

@ -1,5 +1,5 @@
#!/bin/pwsh
. "$PSScriptRoot/../../Scripts/Context.ps1";
. "$PSScriptRoot/../../../Common/Scripts/Context.ps1";
$null = New-Module {
function Restore-Nextcloud([Context] $context) {