Skip to content

Commit 51a1e00

Browse files
authored
Update NadekoARU_Latest.sh
pointed to own repo
1 parent e32694d commit 51a1e00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NadekoARU_Latest.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ root=$(pwd)
55
youtube-dl -U
66

77
sleep 5s
8-
while :; do cd "$root/NadekoBot" && dotnet restore && dotnet build -c Release && cd "$root/NadekoBot/src/NadekoBot" && dotnet run -c Release && youtube-dl -U && cd "$root" && wget -N https://github.com/Kwoth/NadekoBot-BashScript/raw/1.9/nadeko_installer_latest.sh && bash "$root/nadeko_installer_latest.sh"; sleep 5s; done
8+
while :; do cd "$root/NadekoBot" && dotnet restore && dotnet build -c Release && cd "$root/NadekoBot/src/NadekoBot" && dotnet run -c Release && youtube-dl -U && cd "$root" && wget -N https://github.com/LividJava/NadekoBot-BashScript/raw/1.9/nadeko_installer_latest.sh && bash "$root/nadeko_installer_latest.sh"; sleep 5s; done
99
echo ""
1010
echo "That didn't work? Please report in #NadekoLog Discord Server."
1111
sleep 3s

0 commit comments

Comments
 (0)