This commit is contained in:
JEEVITHA KANNAN K S 2024-10-25 16:24:54 +02:00 committed by GitHub
commit 5a60651688
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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