From 56403a695d36aacefe9d7d5878353eddde2c66e2 Mon Sep 17 00:00:00 2001 From: pika Date: Mon, 12 May 2025 14:51:52 +0200 Subject: [PATCH] wip --- gbar.sh | 3 +++ 1 file changed, 3 insertions(+) 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