testing also the new beautiful script

This commit is contained in:
pika 2025-05-22 11:17:39 +02:00
parent e8d40eb2a7
commit 10bdef5d0e

View file

@ -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