fixing errors
This commit is contained in:
parent
bed7e73281
commit
dee904f51a
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue