You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -244,7 +244,7 @@ if [ "$INSTALL" != "Rem" ]; then
244
244
yum -y -q install redhat-lsb
245
245
greenMessage "Done"!
246
246
247
-
yellowMessage "You're running CentOS. Which firewallsystem you're using?"
247
+
yellowMessage "You're running CentOS. Which firewallsystem are you using?"
248
248
249
249
OPTIONS=("IPtables""Firewalld")
250
250
selectOPTIONin"${OPTIONS[@]}";do
@@ -285,9 +285,9 @@ if [ "$INSTALL" != "Rem" ]; then
285
285
fi
286
286
287
287
if [[ $VIRTUALIZATION_TYPE=="openvz" ]];then
288
-
redMessage "Warning, your server running under OpenVZ! This is an very old container system and isn't well supported by newer packages."
288
+
redMessage "Warning, your server is running OpenVZ! This very old container system isn't well supported by newer packages."
289
289
elif [[ $VIRTUALIZATION_TYPE=="docker" ]];then
290
-
redMessage "Warning, your server running under Docker! Maybe there are failures while installing."
290
+
redMessage "Warning, your server is running Docker! Maybe there are failures while installing."
291
291
fi
292
292
293
293
fi
@@ -336,7 +336,7 @@ done
336
336
if [ "$OPTION"=="Automatic" ];then
337
337
LOCATION=/opt/sinusbot
338
338
elif [ "$OPTION"=="Own path" ];then
339
-
yellowMessage "Enter location where the bot should be installed/updated/removed. Like /opt/sinusbot. Include the / at first position and none at the end"!
339
+
yellowMessage "Enter location where the bot should be installed/updated/removed, e.g. /opt/sinusbot. Include the / at first position and none at the end"!
340
340
LOCATION=""
341
341
while [[ !-d$LOCATION ]];do
342
342
read -rp "Location [/opt/sinusbot]: " LOCATION
@@ -606,7 +606,7 @@ greenMessage "Searching latest TS3-Client build for hardware type $MACHINE with
0 commit comments