testing also the new beautiful script
This commit is contained in:
parent
88a156aca1
commit
868d4ba227
1 changed files with 7 additions and 6 deletions
13
rofi.sh
13
rofi.sh
|
@ -74,13 +74,13 @@
|
||||||
if run -err err 'checkAndInstall "${pkgArray[@]}"'; then
|
if run -err err 'checkAndInstall "${pkgArray[@]}"'; then
|
||||||
check "Installed dependencies $(pen blue ${pkgArray[@]}) correctly"
|
check "Installed dependencies $(pen blue ${pkgArray[@]}) correctly"
|
||||||
|
|
||||||
echo
|
# echo
|
||||||
echo
|
# echo
|
||||||
echo
|
# echo
|
||||||
foo="$?"
|
# foo="$?"
|
||||||
echo $foo
|
# echo $foo
|
||||||
else
|
else
|
||||||
throw "$err"
|
check "$err"
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
@ -91,6 +91,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
rofi_clone_and_build() {
|
rofi_clone_and_build() {
|
||||||
|
getDependencies
|
||||||
local rofiTemp="$(mktemp -d)"
|
local rofiTemp="$(mktemp -d)"
|
||||||
local err
|
local err
|
||||||
# echo_pkg clone "Cloning rofi to $rofiTemp/rofi"
|
# echo_pkg clone "Cloning rofi to $rofiTemp/rofi"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue