This commit is contained in:
rezzect 2024-05-08 15:11:20 -07:00
parent 0aaf9893c4
commit 548390602d

View File

@ -75,7 +75,7 @@ installOhMyPosh() {
return
fi
if ! sudo curl -sS https://ohmyposh.dev/install.sh | sh; then
if ! curl -sS https://ohmyposh.dev/install.sh | sudo sh; then
echo -e "${RED}Something went wrong during Oh My Posh install!${RC}"
exit 1
fi