mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-07-09 03:04:20 -04:00
Modifing a big the makefile
This commit is contained in:
parent
c0f5bdc1da
commit
924200c6ba
@ -127,7 +127,7 @@ namespace Kyoo.Controllers
|
|||||||
if (show != null)
|
if (show != null)
|
||||||
await RegisterEpisode(show, seasonNumber, episodeNumber, absoluteNumber, path, library);
|
await RegisterEpisode(show, seasonNumber, episodeNumber, absoluteNumber, path, library);
|
||||||
else
|
else
|
||||||
Console.Error.WriteLine($"Coudld not get informations about the show ${showName}.");
|
Console.Error.WriteLine($"Coudld not get informations about the show {showName}.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
2
Makefile
2
Makefile
@ -58,5 +58,7 @@ install_kyoo: all
|
|||||||
|
|
||||||
install: install_kyoo
|
install: install_kyoo
|
||||||
curl https://raw.githubusercontent.com/AnonymusRaccoon/Kyoo.TheTVDB/master/install.sh | sh
|
curl https://raw.githubusercontent.com/AnonymusRaccoon/Kyoo.TheTVDB/master/install.sh | sh
|
||||||
|
chown -R kyoo /opt/kyoo
|
||||||
|
chgrp -R kyoo /opt/kyoo
|
||||||
|
|
||||||
.PHONY = all dependencies ffmpeg transcoder
|
.PHONY = all dependencies ffmpeg transcoder
|
||||||
|
Loading…
x
Reference in New Issue
Block a user