This commit is contained in:
qo-op 2020-05-11 19:48:18 +02:00
parent b59524b999
commit 576b19f689
1 changed files with 3 additions and 11 deletions

View File

@ -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