Skip to content

Commit 96af0aa

Browse files
committed
Change: script: clearer distribution selection prompt.
1 parent 64242b2 commit 96af0aa

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

install_rack_free.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22

33
rackVersion=2.6.3
4-
scriptVersion=3.1
4+
scriptVersion=3.2
55
SUDO=''
66
wantJack=1
77
wantRackOnly=0
@@ -183,7 +183,8 @@ function printErrorAndExit() {
183183
}
184184

185185
function chooseDistro() {
186-
PS3='Please select your distribution: '
186+
# This prompt needs updating when adding new distributions!
187+
PS3='Type the number of your distribution and press ENTER [1-5] '
187188
distros=("Manjaro Linux" "Linux Mint" "Ubuntu" "Fedora Linux" "Quit")
188189
select distro in "${distros[@]}"
189190
do

0 commit comments

Comments
 (0)