Add rbw install fail notice

This commit is contained in:
2024-10-11 03:55:49 -05:00
parent 7994b4d5fb
commit 34ccd428ce

View File

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