diff --git a/gbar.sh b/gbar.sh index 722528f..6e5fde5 100644 --- a/gbar.sh +++ b/gbar.sh @@ -81,6 +81,7 @@ ;; debian | ubuntu) local cloneDir="$(mktemp)" + echo_info "Cloning gBar source into $cloneDir/gbar" git clone --depth=1 https://github.com/scorpion-26/gBar.git "$cloneDir/gbar" cd "$cloneDir/gbar" @@ -91,6 +92,8 @@ $_sudo ninja -C build install + sleep 0.2 + if command_exists gBar; then echo_info "Gbar was installed successfully" else