diff --git a/TODO.txt b/TODO.txt deleted file mode 100644 index 0dd1b11..0000000 --- a/TODO.txt +++ /dev/null @@ -1,5 +0,0 @@ -# (@Fred) Proposition to extend ~/astroport filesystem structure - -- ~/astroport/private/groups/XZUID = private file exchange - -- ~/astroport/films/year/quality/title.mp4 = SD/HD/4K/3D and better TMDB recognition diff --git a/install_jukebox.sh b/install_jukebox.sh new file mode 100644 index 0000000..0ab963a --- /dev/null +++ b/install_jukebox.sh @@ -0,0 +1,6 @@ +#!/bin/bash +echo "Installation Astroport/RompR et activation du mode JUKEBOX mp3" + +if [[ "$jukebox" == "oui" ]] then + sudo apt-get install mariadb-server nginx python3-certbot-nginx certbot ssl-cert php-imap php-cli php-curl php-sqlite3 php-gd php-json php-xml php-mbstring php-gettext php-mysql php-fpm -y +fi