This commit is contained in:
pika 2025-05-16 09:33:01 +02:00
parent f27e5f774f
commit d3b6d8010f
2 changed files with 120 additions and 7 deletions

View file

@ -106,10 +106,6 @@ main() {
debian)
cloneAndInstall
;;
*)
echo "$distro is not supported by this script!"
exit 69
;;
esac
}
@ -119,14 +115,12 @@ if ! $arch || ! $debian; then
fi
if getImports; then
silent=false
case "$@" in
--silent | -s)
silent=true
echo_warning "Running script silently!"
;;
*)
silent=false
;;
esac
getDependencies
main