From dfcc6a3a52e09ff747fabd0a63de35f272677cb9 Mon Sep 17 00:00:00 2001 From: blueingreen68 Date: Sat, 30 Dec 2023 15:17:59 +0000 Subject: update files --- install.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'install.sh') diff --git a/install.sh b/install.sh index ff37fb6..e6a5c67 100755 --- a/install.sh +++ b/install.sh @@ -23,6 +23,8 @@ startSetup () { select installer in "yay" "pipx"; do source "$dirArchIsoFiles"/library/setupPkg.sh "$installer" + + break done break -- cgit