testing also the new beautiful script
This commit is contained in:
parent
e8d40eb2a7
commit
10bdef5d0e
1 changed files with 4 additions and 3 deletions
7
rofi.sh
7
rofi.sh
|
@ -144,20 +144,21 @@
|
||||||
rofi_clone_and_build </dev/tty
|
rofi_clone_and_build </dev/tty
|
||||||
;;
|
;;
|
||||||
arch)
|
arch)
|
||||||
|
local err
|
||||||
# _install rofi
|
# _install rofi
|
||||||
|
|
||||||
spin blue "Using arch, getting rofi directly.."
|
spin blue "Using arch, getting rofi directly.."
|
||||||
sleep 1
|
sleep 1
|
||||||
if run -err err _install rofi; then
|
if run -err err _install rofi; then
|
||||||
check "Installed rofi"
|
check "Installed rofi"
|
||||||
else
|
else
|
||||||
throw "$err"
|
throw "Could not install rofi!"
|
||||||
|
echo_error "${err:-}"
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
|
||||||
if getImports "https://git.k4li.de/scripts/beddu/raw/branch/main/dist/beddu.sh" && getImports "https://git.k4li.de/scripts/imports/raw/branch/main/distros.sh"; then
|
if getImports "https://git.k4li.de/scripts/imports/raw/branch/main/distros.sh" && getImports "https://git.k4li.de/scripts/beddu/raw/branch/main/dist/beddu.sh"; then
|
||||||
sleep 3
|
sleep 3
|
||||||
# ─< package variable >───────────────────────────────────────────────────────────────────
|
# ─< package variable >───────────────────────────────────────────────────────────────────
|
||||||
unset PACKAGE
|
unset PACKAGE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue