Skip to content

Commit

Permalink
Update mybash-setup.sh (#819)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeevithakannan2 authored Nov 7, 2024
1 parent 9dbb787 commit 159d2cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/tabs/applications-setup/mybash-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 159d2cb

Please sign in to comment.