We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9da428d commit d954938Copy full SHA for d954938
NadekoBot.sh
@@ -18,7 +18,6 @@
18
dotnet restore && dotnet build --configuration Release
19
cd ../Discord.Net.Commands/ && dotnet restore && dotnet build --configuration Release
20
cd ../../../src/NadekoBot/ && dotnet restore && dotnet build --configuration Release
21
- sudo cp ./bin/Release/netcoreapp1.0/libs/* ./bin/Release/netcoreapp1.0/
22
echo "Setting up NadekoBot"
23
dotnet run --configuration Release
24
echo "Done. You can close the window."
0 commit comments