changed the install script

This commit is contained in:
piecka 2025-05-05 10:01:05 +02:00
parent f07674f77e
commit b4da924469

View file

@ -1,11 +1,14 @@
packages=( packages=(
"brave" "brave"
"docker" "docker"
"hyprland"
"hyprpanel"
"neovide" "neovide"
"neovim" "neovim"
"xmrig" "xmrig"
"yazi" "yazi"
"ytgo" "ytgo"
"zellij"
) )
_help() { _help() {
@ -15,7 +18,7 @@ _help() {
} }
_install_func() { _install_func() {
curl -fsSL "https://git.k4li.de/scripts/sh/raw/branch/main/installs/${1}.sh" | sh curl -fsSL "https://git.k4li.de/scripts/installs/raw/branch/main/${1}.sh" | sh
} }
_check() { _check() {