Skip to content

Commit

Permalink
Update NadekoRun.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
miraai authored Oct 22, 2016
1 parent 42241c7 commit a1f1cd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NadekoRun.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/bin/bash
echo "NadekoBot 1.0"
echo "Mirai was here."
if git --version 2>&1 >/dev/null;
if git 2>&1 >/dev/null;
then echo "Git Installed."
else echo "Git is not installed. Please install Git." | exit 1
if dotnet --version 2>&1 >/dev/null;
if dotnet 2>&1 >/dev/null;
then echo "Dotnet installed."
else echo "Dotnet is not installed. Please install dotnet." | exit 1
cd NadekoBot/src/NadekoBot
Expand Down

0 comments on commit a1f1cd5

Please sign in to comment.