Update mybash-setup.sh (#819)

This commit is contained in:
Jeevitha Kannan K S 2024-11-08 00:35:23 +05:30 committed by GitHub
parent 9dbb787ac5
commit 159d2cb00f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -57,7 +57,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