Skip to content

Commit

Permalink
Update mybash-setup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jeevithakannan2 authored Oct 13, 2024
1 parent 79eb752 commit 381d6ad
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 @@ -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
Expand Down

0 comments on commit 381d6ad

Please sign in to comment.