diff --git a/scripts/Common/Config/Oh My Posh/install.sh b/scripts/Common/Config/Oh My Posh/install.sh index b2306e42..137c67e0 100755 --- a/scripts/Common/Config/Oh My Posh/install.sh +++ b/scripts/Common/Config/Oh My Posh/install.sh @@ -17,6 +17,6 @@ cat ~/.mnt/$NEXTCLOUD_DIR/.omp/manuel.omp.json | sudo tee "$themeDir/manuel.omp. echo "oh-my-posh completion fish | source"; } | addFishProfile "oh-my-posh" "Oh My Posh!"; -pwsh -NoProfile ./install.ps1; +sudo pwsh -NoProfile ./install.ps1; popd > /dev/null;