fix pwsh install when called as first command #60

Merged
OCram85 merged 1 commits from fix-pwsh into master 2023-08-01 09:14:21 +02:00
1 changed files with 1 additions and 0 deletions

View File

@ -156,6 +156,7 @@ function instVolta() {
function instPwsh() {
say "Installing PowerShell requirements..." "PowerShell"
sudo -E apt-get update > /dev/null
sudo -E apt-get install --no-install-recommends -y \
apt-transport-https \
software-properties-common