Skip to content

Commit ddfbb90

Browse files
author
miraai
authored
Update NadekoBot.sh
1 parent 6a5fd69 commit ddfbb90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

NadekoBot.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
echo "Mirai was here."
44

55
if git --version 2>&1 >/dev/null;
6-
then echo "Git Installed"
7-
else echo "GIT is not installed. Please install GIT."
6+
then echo "Git Installed."
7+
else echo "Git is not installed. Please install Git."
88

99
if dotnet --version 2>&1 >/dev/null;
1010
then echo "Dotnet installed."

0 commit comments

Comments
 (0)