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)"
|
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue