Skip to content

Commit

Permalink
Merge pull request #73 from CleoQc/espeak
Browse files Browse the repository at this point in the history
Espeak
  • Loading branch information
Dexter Industries authored Nov 16, 2016
2 parents 58644df + 6250279 commit c9ead17
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions upd_script/update_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,12 @@ sudo apt-get --purge remove python-wxgtk2.8 python-wxtools wx2.8-i18n -y #
sudo apt-get remove python-wxgtk3.0 -y

echo "Purged wxpython tools"
sudo apt-get install python-wxgtk2.8 python-wxtools wx2.8-i18n --force-yes -y # Install wx for python for windows / GUI programs.
sudo apt-get install python-wxgtk2.8 python-wxtools wx2.8-i18n python-psutil --force-yes -y # Install wx for python for windows / GUI programs.
echo "Installed wxpython tools"
sudo apt-get install python-psutil --force-yes -y
sudo apt-get remove python-wxgtk3.0 -y
echo "Python-PSUtil"

sudo apt-get install python3-serial python-serial -y
sudo apt-get install i2c-tools -y
sudo apt-get install python3-serial python-serial i2c-tools -y

sudo apt-get purge python-rpi.gpio python3-rpi.gpio -y
# merge all thre install lines into one, as each call to apt-get install
Expand All @@ -48,9 +46,9 @@ sudo pip install -U future # for Python 2/3 compatibility



echo "geany and piclone"
echo "geany, espeak and piclone"
# new tools from the foundation
sudo apt-get install geany piclone -y
sudo apt-get install geany espeak piclone -y
sudo sed -i '/^Exec/ c Exec=sudo geany %F' /usr/share/raspi-ui-overrides/applications/geany.desktop


Expand Down

0 comments on commit c9ead17

Please sign in to comment.