Pull recent commits #1
1 changed files with 0 additions and 3 deletions
|
@ -16,13 +16,10 @@ if [ "$option" != 1 ] && [ "$option" != 2 ]; then
|
||||||
echo "invalid number, aborting now"
|
echo "invalid number, aborting now"
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -z "$option" ]; then
|
if [ -z "$option" ]; then
|
||||||
echo "You didn't enter anything, aborting now."
|
echo "You didn't enter anything, aborting now."
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
if [ "$option" = 2 ]; then
|
if [ "$option" = 2 ]; then
|
||||||
echo "Removing the E-Paper software now..."
|
echo "Removing the E-Paper software now..."
|
||||||
pip3 uninstall Pillow -y && sudo pip3 uninstall Pillow -y && sudo pip3 uninstall pyowm -y&& sudo pip3 uninstall ics -y && pip3 uninstall pyowm -y && pip3 uninstall ics -y && sudo apt-get remove --purge supervisor -y && sudo apt-get clean && sudo apt-get autoremove -y
|
pip3 uninstall Pillow -y && sudo pip3 uninstall Pillow -y && sudo pip3 uninstall pyowm -y&& sudo pip3 uninstall ics -y && pip3 uninstall pyowm -y && pip3 uninstall ics -y && sudo apt-get remove --purge supervisor -y && sudo apt-get clean && sudo apt-get autoremove -y
|
||||||
|
|
Loading…
Reference in a new issue