a
This commit is contained in:
parent
0aaf9893c4
commit
548390602d
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user