We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64242b2 commit 96af0aaCopy full SHA for 96af0aa
1 file changed
install_rack_free.sh
@@ -1,7 +1,7 @@
1
#!/usr/bin/env bash
2
3
rackVersion=2.6.3
4
-scriptVersion=3.1
+scriptVersion=3.2
5
SUDO=''
6
wantJack=1
7
wantRackOnly=0
@@ -183,7 +183,8 @@ function printErrorAndExit() {
183
}
184
185
function chooseDistro() {
186
- PS3='Please select your distribution: '
+ # This prompt needs updating when adding new distributions!
187
+ PS3='Type the number of your distribution and press ENTER [1-5] '
188
distros=("Manjaro Linux" "Linux Mint" "Ubuntu" "Fedora Linux" "Quit")
189
select distro in "${distros[@]}"
190
do
0 commit comments