mirror of
https://github.com/Xevion/dotfiles.git
synced 2025-12-06 05:14:53 -06:00
Add rbw install fail notice
This commit is contained in:
@@ -24,7 +24,9 @@ install_rbw() {
|
||||
cargo binstall rbw --no-confirm
|
||||
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user