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
Copy file name to clipboardExpand all lines: setup.sh
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -7,13 +7,13 @@ function installPhpOrDie() {
7
7
apt-get update
8
8
apt-get install -y php5-cli php5-curl
9
9
else
10
-
dialog --title "Twitch Bot" --msgbox "PHP is require to use this bot, thanks." 10 78
10
+
dialog --title "Twitch Bot" --msgbox "PHP is required to use this bot, thanks." 10 78
11
11
fi
12
12
}
13
13
14
14
# Step 1
15
15
dialog --title "Twitch Bot" --msgbox "
16
-
Welcome to the installer, his check if you have all requirements and configure it's for you.
16
+
Welcome to the installer, it checks if your system passes all requirements and configures the bot for you.
17
17
18
18
Choose Ok to begin." 10 78
19
19
@@ -26,7 +26,7 @@ fi
26
26
27
27
# Step 3
28
28
dialog --title "Twitch Bot" --msgbox "
29
-
Next step download file on getcomposer.org and install localy
29
+
The next step will download composer on getcomposer.org and install it locally
30
30
31
31
Choose Ok to continue." 10 78
32
32
@@ -42,4 +42,4 @@ Choose Ok to continue." 10 78
42
42
php composer.phar update &> /dev/null
43
43
44
44
# Step 5
45
-
dialog --title "Twitch Bot" --msgbox "It' done ! Installation succesfully terminated. You can launch the bot by typing: bash launch.sh in your terminal" 10 78
45
+
dialog --title "Twitch Bot" --msgbox "It' done ! Installation ended successfully. You can launch the bot by typing: bash launch.sh in your terminal" 10 78
0 commit comments