Added install.sh script, other changes for install

This commit is contained in:
Moe Fwacky
2018-11-22 03:10:21 -08:00
committed by GitHub
parent 3f37e439ae
commit 87e86c5be1
7 changed files with 564 additions and 4 deletions

View File

@@ -556,7 +556,7 @@ select day_of_week in "Sunday" "Monday" "Tuesday" "Wednesday" "Thursday" "Friday
then
echo "FINALIZING SCHEDULE FORMATTING..."
echo "</schedule>" >> pseudo_schedule.xml
sudo python PseudoChannel.py -xml
#sudo ./updatexml.sh
echo "CLEANING UP TEMPORARY FILES"
sudo rm xtra.temp
echo "REMOVE BACKUP of Channel $channel_number's previous schedule?"
@@ -572,6 +572,8 @@ select day_of_week in "Sunday" "Monday" "Tuesday" "Wednesday" "Thursday" "Friday
then
sudo rm pseudo_schedule.backup
fi
cd ..
(sudo ./updatexml.sh)
exit 0
fi
sleep 1