From b8f828f53493d98d65ec25e40d62bd52f01ca674 Mon Sep 17 00:00:00 2001 From: rezzect Date: Wed, 8 May 2024 14:35:20 -0700 Subject: [PATCH] a --- linux-setup/setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linux-setup/setup.sh b/linux-setup/setup.sh index c219167..b171c94 100644 --- a/linux-setup/setup.sh +++ b/linux-setup/setup.sh @@ -86,8 +86,8 @@ installOhMyPosh() { return fi - if ! sudo curl -sS https://starship.rs/install.sh | sh; then - echo -e "${RED}Something went wrong during starship install!${RC}" + if ! sudo curl -sS https://ohmyposh.dev/install.sh | sh; then + echo -e "${RED}Something went wrong during Oh My Posh install!${RC}" exit 1 fi }