fixing errors..
This commit is contained in:
parent
56403a695d
commit
8a4e79612b
1 changed files with 2 additions and 2 deletions
4
gbar.sh
4
gbar.sh
|
@ -82,9 +82,9 @@
|
||||||
debian | ubuntu)
|
debian | ubuntu)
|
||||||
local cloneDir="$(mktemp)"
|
local cloneDir="$(mktemp)"
|
||||||
echo_info "Cloning gBar source into $cloneDir/gbar"
|
echo_info "Cloning gBar source into $cloneDir/gbar"
|
||||||
git clone --depth=1 https://github.com/scorpion-26/gBar.git "$cloneDir/gbar"
|
|
||||||
|
|
||||||
cd "$cloneDir/gbar"
|
cd "$cloneDir" || mkdir "$cloneDir" && cd "$cloneDir"
|
||||||
|
git clone --depth=1 https://github.com/scorpion-26/gBar.git gbar && cd gbar
|
||||||
|
|
||||||
run meson setup build
|
run meson setup build
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue