We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a5fd69 commit ddfbb90Copy full SHA for ddfbb90
NadekoBot.sh
@@ -3,8 +3,8 @@
3
echo "Mirai was here."
4
5
if git --version 2>&1 >/dev/null;
6
- then echo "Git Installed"
7
- else echo "GIT is not installed. Please install GIT."
+ then echo "Git Installed."
+ else echo "Git is not installed. Please install Git."
8
9
if dotnet --version 2>&1 >/dev/null;
10
then echo "Dotnet installed."
0 commit comments