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=(
|
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() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue