We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9672245 commit 8b07b45Copy full SHA for 8b07b45
etc/postinstall
@@ -7,8 +7,6 @@
7
8
set -e
9
10
-BOLD=$(tput bold)
11
-NORMAL=$(tput sgr0)
12
# update-alternatives --install /usr/bin/python python /usr/bin/python3 10
13
PYTHON=
14
python3_inst=`type -p python3`
@@ -115,7 +113,7 @@ do
115
113
done
116
114
[ $numusers -gt 1 ] && {
117
# Create a selection dialog to allow user to select USER
118
- PS3="${BOLD}Please enter SSH user (numeric or text): ${NORMAL}"
+ PS3="Please enter SSH user (numeric or text): "
119
options=(${users} "None")
120
select opt in "${options[@]}"
121
do
0 commit comments