This commit is contained in:
pika 2025-05-11 17:29:11 +02:00
parent e7a2286a18
commit a870475f69

View file

@ -198,6 +198,7 @@ main() {
kitty kitty
) )
checkAndInstall "${deps[@]}" checkAndInstall "${deps[@]}"
;;
*) *)
echo "$distro is not supported by this script!" echo "$distro is not supported by this script!"
exit 1 exit 1
@ -215,7 +216,6 @@ if getImports; then
esac esac
fi fi
askThings askThings
instCustom instCustom
main main