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