From 46cb2b0ac63b972acacb79ca690a619632b4cd07 Mon Sep 17 00:00:00 2001 From: Moe Fwacky Date: Sat, 22 Sep 2018 15:56:31 -0700 Subject: [PATCH] Update update-channels-from-git.sh --- main-dir/update-channels-from-git.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main-dir/update-channels-from-git.sh b/main-dir/update-channels-from-git.sh index ddb3609..ceae241 100644 --- a/main-dir/update-channels-from-git.sh +++ b/main-dir/update-channels-from-git.sh @@ -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