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
|
||||
;;
|
||||
arch)
|
||||
local err
|
||||
# _install rofi
|
||||
|
||||
spin blue "Using arch, getting rofi directly.."
|
||||
sleep 1
|
||||
if run -err err _install rofi; then
|
||||
check "Installed rofi"
|
||||
else
|
||||
throw "$err"
|
||||
throw "Could not install rofi!"
|
||||
echo_error "${err:-}"
|
||||
fi
|
||||
;;
|
||||
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
|
||||
# ─< package variable >───────────────────────────────────────────────────────────────────
|
||||
unset PACKAGE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue