From 548390602dc75fbcd2820ea3310fdae1e2c518a1 Mon Sep 17 00:00:00 2001 From: rezzect Date: Wed, 8 May 2024 15:11:20 -0700 Subject: [PATCH] a --- linux-setup/arch-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-setup/arch-setup.sh b/linux-setup/arch-setup.sh index d44e429..a1cc358 100644 --- a/linux-setup/arch-setup.sh +++ b/linux-setup/arch-setup.sh @@ -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