Update mybash-setup.sh

This commit is contained in:
JEEVITHA KANNAN K S 2024-10-13 18:18:06 +05:30 committed by GitHub
parent 79eb752552
commit 381d6adb3f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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