Skip to content

Commit 4cc0103

Browse files
authored
Merge pull request #1 from Perdouille/patch-1
Correction in setup.sh
2 parents f92ffb7 + c06dbd0 commit 4cc0103

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ function installPhpOrDie() {
77
apt-get update
88
apt-get install -y php5-cli php5-curl
99
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
1111
fi
1212
}
1313

1414
# Step 1
1515
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.
1717
1818
Choose Ok to begin." 10 78
1919

@@ -26,7 +26,7 @@ fi
2626

2727
# Step 3
2828
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
3030
3131
Choose Ok to continue." 10 78
3232

@@ -42,4 +42,4 @@ Choose Ok to continue." 10 78
4242
php composer.phar update &> /dev/null
4343

4444
# 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

Comments
 (0)