Updated the manuals

This commit is contained in:
Markus Fleschutz
2024-11-08 12:35:11 +01:00
parent 53eb60baa3
commit 54635c32da
636 changed files with 5289 additions and 2027 deletions

0
scripts/cd-nextcloud.ps1 Normal file → Executable file
View File

0
scripts/install-gitlab.ps1 Normal file → Executable file
View File

View File

@ -430,8 +430,13 @@ try {
}
if (-not $UseMSI) {
Write-Host "Removing current installation at: $Destination ..."
Remove-Destination $Destination
Write-Host "⏳ (4/5) Removing current installation at: $Destination ..."
if ($IsLinuxEnv) {
& sudo rm -rf "$Destination"
} else {
Remove-Destination "$Destination"
}
if (Test-Path $Destination) {
Write-Host "⏳ (4/4) Copying files to $Destination... "
# only copy files as folders will already exist at $Destination

0
scripts/list-local-ip.ps1 Normal file → Executable file
View File

0
scripts/list-old-branches.ps1 Normal file → Executable file
View File

0
scripts/new-reboot-task.ps1 Normal file → Executable file
View File

0
scripts/play-chess.ps1 Normal file → Executable file
View File

0
scripts/scan-folder.ps1 Normal file → Executable file
View File

0
scripts/watch-ping.ps1 Normal file → Executable file
View File

0
scripts/write-hands-off.ps1 Normal file → Executable file
View File

0
scripts/write-location.ps1 Normal file → Executable file
View File