Adding an install script

This commit is contained in:
Zoe Roux 2020-01-12 23:20:53 +01:00
parent e9a7bee3a8
commit a83508919f

8
install.sh Normal file
View File

@ -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