wip
This commit is contained in:
parent
906b6282a0
commit
56403a695d
1 changed files with 3 additions and 0 deletions
3
gbar.sh
3
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue