mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-07-09 03:04:20 -04:00
Adding an install script
This commit is contained in:
parent
e9a7bee3a8
commit
a83508919f
8
install.sh
Normal file
8
install.sh
Normal 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
|
Loading…
x
Reference in New Issue
Block a user