This commit is contained in:
pika 2025-05-11 12:42:45 +02:00
parent 059da9ee0e
commit 7bfea6a9d8
2 changed files with 3 additions and 16 deletions

View file

@ -20,7 +20,7 @@ _help() {
}
_install_func() {
curl -fsSL "https://git.k4li.de/scripts/installs/raw/branch/main/${1}.sh" | sh
curl -fsSL "https://git.k4li.de/scripts/installs/raw/branch/main/${1}.sh" | { bash || sh }
}
_check() {