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=(
"brave"
"docker"
"hyprland"
"hyprpanel"
"neovide"
"neovim"
"xmrig"
"yazi"
"ytgo"
"zellij"
)
_help() {
@ -15,7 +18,7 @@ _help() {
}
_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() {