diff --git a/install.sh b/install.sh new file mode 100644 index 00000000..ca486f96 --- /dev/null +++ b/install.sh @@ -0,0 +1,8 @@ +#!/bin/bash + +git clone https://github.com/AnonymusRaccoo/Kyoo --recurse +cd Kyoo +git pull --recurse +chmod +x build.sh +./build.sh +dotnet publish -c Release -o /opt/kyoo Kyoo/Kyoo.csproj \ No newline at end of file