mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-05 21:28:48 +00:00
Update mybash-setup.sh
This commit is contained in:
parent
79eb752552
commit
381d6adb3f
|
@ -54,7 +54,7 @@ installStarshipAndFzf() {
|
||||||
return
|
return
|
||||||
fi
|
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}"
|
printf "%b\n" "${RED}Something went wrong during starship install!${RC}"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue
Block a user