artix

desc
git clone https://git.awy.one/artix.git
Log | Files | Refs | README | LICENSE

commit e4013b0dc75b79611e6ae65140a33974f2c9fe96
parent 1a84609d2721a0c2ff17aa08515dfb208b300f8c
Author: awy <awy@awy.one>
Date:   Wed, 30 Oct 2024 02:30:02 +0300

fix

Diffstat:
Minstall.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/install.sh b/install.sh @@ -80,7 +80,7 @@ getUserData(){ echo "Something wrong. Exiting..." exit 1 ;; *) - echo "Invalid response. Please enter 'y' or 'n'." ;; + echo "Invalid response. Please enter 'y' or 'n'." && sleep 3 ;; esac done }