From 381d6adb3f1b5527430601e5aac3f3f9cf607c6b Mon Sep 17 00:00:00 2001 From: JEEVITHA KANNAN K S Date: Sun, 13 Oct 2024 18:18:06 +0530 Subject: [PATCH] Update mybash-setup.sh --- core/tabs/applications-setup/mybash-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/tabs/applications-setup/mybash-setup.sh b/core/tabs/applications-setup/mybash-setup.sh index 7cda9942..dd2311c5 100644 --- a/core/tabs/applications-setup/mybash-setup.sh +++ b/core/tabs/applications-setup/mybash-setup.sh @@ -54,7 +54,7 @@ installStarshipAndFzf() { return fi - if ! curl -sSL https://starship.rs/install.sh | sh; then + if ! curl -sSL https://starship.rs/install.sh | "$ESCALATION_TOOL" sh; then printf "%b\n" "${RED}Something went wrong during starship install!${RC}" exit 1 fi