mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-09 13:04:59 +02:00
Updated the manuals
This commit is contained in:
0
scripts/cd-nextcloud.ps1
Normal file → Executable file
0
scripts/cd-nextcloud.ps1
Normal file → Executable file
0
scripts/install-gitlab.ps1
Normal file → Executable file
0
scripts/install-gitlab.ps1
Normal file → Executable 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
0
scripts/list-local-ip.ps1
Normal file → Executable file
0
scripts/list-old-branches.ps1
Normal file → Executable file
0
scripts/list-old-branches.ps1
Normal file → Executable file
0
scripts/new-reboot-task.ps1
Normal file → Executable file
0
scripts/new-reboot-task.ps1
Normal file → Executable file
0
scripts/play-chess.ps1
Normal file → Executable file
0
scripts/play-chess.ps1
Normal file → Executable file
0
scripts/scan-folder.ps1
Normal file → Executable file
0
scripts/scan-folder.ps1
Normal file → Executable file
0
scripts/watch-ping.ps1
Normal file → Executable file
0
scripts/watch-ping.ps1
Normal file → Executable file
0
scripts/write-hands-off.ps1
Normal file → Executable file
0
scripts/write-hands-off.ps1
Normal file → Executable file
0
scripts/write-location.ps1
Normal file → Executable file
0
scripts/write-location.ps1
Normal file → Executable file
Reference in New Issue
Block a user