Update update-channels-from-git.sh

This commit is contained in:
Moe Fwacky
2018-09-22 15:56:31 -07:00
committed by GitHub
parent 8a2d2306b1
commit 46cb2b0ac6

View File

@@ -107,7 +107,7 @@ if [ "$FIRST_INSTALL" == "true" ]
then
echo "INSTALLING REQUIREMENTS because this is a FIRST RUN"
sudo pip install -r requirements.txt
sudo apt-get -y install libxml2-utils # NEEDED FOR XML PARSING
sudo apt-get -y install libxml2-utils recode # NEEDED FOR XML PARSING
cd ..
echo "ENTER the IP ADDRESS of your PLEX SERVER" #GET PLEX SERVER IP AND PORT
read -p 'Plex Server IP: ' server_ip