changed the install script
This commit is contained in:
parent
f07674f77e
commit
b4da924469
1 changed files with 4 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue