From c094d13a157440cda51d1b04aa9d1e23a658ca75 Mon Sep 17 00:00:00 2001 From: Poag Date: Fri, 12 Aug 2016 15:28:21 +0100 Subject: [PATCH] Derpy --- init/40_nadekoinstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init/40_nadekoinstall.sh b/init/40_nadekoinstall.sh index 2f8cee1..5222abe 100644 --- a/init/40_nadekoinstall.sh +++ b/init/40_nadekoinstall.sh @@ -7,7 +7,7 @@ rm -rf /root/NadekoBot if [[ "$VERSION" = dev ]]; then curl -s https://api.github.com/repos/Kwoth/NadekoBot/releases | grep browser_download_url | head -n 1 | cut -d '"' -f 4|wget -i - -O /root/NadekoBot.latest.zip else - curl -s https://api.github.com/repos/Kwoth/NadekoBot/releases/latest | grep browser_download_url | head -n 1 | cut -d '"' -f 4|wget -i - -O /root/NadekoBot.latest.zip &&\ + curl -s https://api.github.com/repos/Kwoth/NadekoBot/releases/latest | grep browser_download_url | head -n 1 | cut -d '"' -f 4|wget -i - -O /root/NadekoBot.latest.zip fi unzip /root/NadekoBot.latest.zip -d /root/NadekoBot