fixing errors

This commit is contained in:
pika 2025-05-19 18:56:05 +02:00
parent bed7e73281
commit dee904f51a

View file

@ -63,7 +63,7 @@ askThings() {
echo_note "Do you want to install hyprland? (y/N)"
read -r askHyprland </dev/tty
case "$askHyprland" in
[yY]) return 0 ;;
[yY]) ;;
*)
echo_error "Aborting now!"
exit 69
@ -293,9 +293,11 @@ getDependencies() {
main() {
askThings
if $silent; then
echo_warning "Executing script silently!"
fi
checkEnv
getDependencies