mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-21 12:59:41 +00:00
Update mybash-setup.sh (#819)
This commit is contained in:
parent
9dbb787ac5
commit
159d2cb00f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user