We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f1ce52 commit b341562Copy full SHA for b341562
1 file changed
src/powershell/install.sh
@@ -385,7 +385,7 @@ if [ -n "$POWERSHELL_PROFILE_URL" ]; then
385
echo "Downloading PowerShell Profile from: $POWERSHELL_PROFILE_URL"
386
# Get profile path from currently installed pwsh
387
profilePath=$(pwsh -noni -c '$PROFILE.AllUsersAllHosts')
388
- -E curl -sSL -o "$profilePath" "$POWERSHELL_PROFILE_URL"
+ curl -sSL -o "$profilePath" "$POWERSHELL_PROFILE_URL"
389
fi
390
391
# Clean up
0 commit comments