fix pwsh install package #72

Merged
OCram85 merged 1 commits from fix-pwsh into master 2023-10-26 19:22:57 +02:00

View File

@ -169,7 +169,7 @@ function instPwsh() {
say "Installing PowerShell..." "PowerShell" say "Installing PowerShell..." "PowerShell"
# Install PowerShell # Install PowerShell
sudo -E apt-get install --no-install-recommends -y powershell sudo -E apt-get install --no-install-recommends -y powershell-lts
say "done." "PowerShell" say "done." "PowerShell"
} }