fix pwsh install package #72

Merged
OCram85 merged 1 commits from fix-pwsh into master 2023-10-26 19:22:57 +02:00
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ function instPwsh() {
say "Installing PowerShell..." "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"
}