mirror of
https://github.com/Xevion/dotfiles.git
synced 2025-12-09 08:07:12 -06:00
Add rbw install fail notice
This commit is contained in:
@@ -24,7 +24,9 @@ install_rbw() {
|
|||||||
cargo binstall rbw --no-confirm
|
cargo binstall rbw --no-confirm
|
||||||
|
|
||||||
# Test again
|
# Test again
|
||||||
command -v rbw >/dev/null 2>&1
|
command -v rbw >/dev/null 2>&1 && return
|
||||||
|
echo "Failed to install rbw"
|
||||||
|
exit 1
|
||||||
}
|
}
|
||||||
|
|
||||||
install_cargo_binstall
|
install_cargo_binstall
|
||||||
|
|||||||
Reference in New Issue
Block a user