From 576b19f68974de8c0dbcef09462274637090d41d Mon Sep 17 00:00:00 2001 From: qo-op Date: Mon, 11 May 2020 19:48:18 +0200 Subject: [PATCH] LOVELand --- .install/loveland.sh | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/.install/loveland.sh b/.install/loveland.sh index 1f8aabc..3e3448c 100755 --- a/.install/loveland.sh +++ b/.install/loveland.sh @@ -46,24 +46,16 @@ sudo sed -i "s/_SERVERNAME_/$nodename/g" /etc/nginx/conf.d/loveland.conf sudo systemctl restart nginx || err=1 -################################# -## Get _CopyLaRadio distrib -# ipfs get Qm.... > /tmp/copylaradio.zip - -# Add CopyLaRadio to system PATH -#export PATH=$PATH:/home/$USER/_CopyLaRadio -# etc.... - -# INSTALL ROMPR WebSite LINKs +# INSTALL LOVELand WebSite LINKs sudo ln -s $MY_PATH/../www/LOVELand /var/www/loveland sudo chmod 777 $MY_PATH/../www/LOVELand/jukebox/albumart sudo chmod 777 $MY_PATH/../www/LOVELand/jukebox/prefs if [[ $err ]]; then - echo -e "${c_red}Installation de copylaradio incomplète$c_" + echo -e "${c_red}Installation de LOVELand incomplète$c_" exit 1 else - echo -e "${c_green}CopyLaRadio a été installé avec succès$c_" + echo -e "${c_green}LOVELand a été installé avec succès$c_" exit 0 fi