chmod exec pwsh

This commit is contained in:
aptalca
2024-08-27 16:04:11 -04:00
parent 5dd1520a84
commit 8df159c384
2 changed files with 2 additions and 1 deletions
@@ -25,6 +25,7 @@ if [ -f "/powershell/powershell.tar.gz" ]; then
rm -rf \
/powershell/powershell.tar.gz
ln -s /powershell/pwsh /usr/bin/pwsh
chmod +x /powershell/pwsh
else
echo "PowerShell already installed, skipping"
fi