From a1f1cd59209caf56190d8fac16c6b3cf08a559a0 Mon Sep 17 00:00:00 2001 From: miraai Date: Sat, 22 Oct 2016 21:49:46 +0200 Subject: [PATCH] Update NadekoRun.sh --- NadekoRun.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NadekoRun.sh b/NadekoRun.sh index 0a4d61565..fc2a3f335 100644 --- a/NadekoRun.sh +++ b/NadekoRun.sh @@ -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