mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-07-09 03:04:20 -04:00
Installing the TVDB provider in the makefile
This commit is contained in:
parent
d18000a9c8
commit
57c5cefaf8
5
Makefile
5
Makefile
@ -47,7 +47,7 @@ transcoder: ffmpeg
|
||||
$(ECHO) "$(COL)Transcoder built$(NOCOL)"
|
||||
|
||||
|
||||
install: all
|
||||
install_kyoo: all
|
||||
$(ECHO) "$(COL)Building the app$(NOCOL)"
|
||||
@if ! [[ $$(mkdir --parent /opt/kyoo) -eq 0 && -w /opt/kyoo ]]; then echo -e "$(RED)You don't have permissions to install Kyoo. Try to re run with sudo privileges.$(NOCOL)"; exit 1; fi
|
||||
dotnet publish -c Release -o /opt/kyoo Kyoo/Kyoo.csproj
|
||||
@ -56,4 +56,7 @@ install: all
|
||||
chgrp -R kyoo /opt/kyoo
|
||||
chmod +x /opt/kyoo/kyoo.sh
|
||||
|
||||
install: install_kyoo
|
||||
curl https://raw.githubusercontent.com/AnonymusRaccoon/Kyoo.TheTVDB/master/install.sh | sh
|
||||
|
||||
.PHONY = all dependencies ffmpeg transcoder
|
||||
|
Loading…
x
Reference in New Issue
Block a user