This commit is contained in:
pika 2025-05-12 14:51:52 +02:00
parent 906b6282a0
commit 56403a695d

View file

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