From 8491baf6d333e5095906c1b9edc26fd70a40e3b2 Mon Sep 17 00:00:00 2001 From: cleoqc Date: Wed, 16 Nov 2016 13:58:16 +0000 Subject: [PATCH 1/2] add espeak --- upd_script/update_all.sh | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/upd_script/update_all.sh b/upd_script/update_all.sh index 03863f7..7ee7c29 100755 --- a/upd_script/update_all.sh +++ b/upd_script/update_all.sh @@ -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 @@ -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 From 625027905131645954c9ee5552dd57284b07f426 Mon Sep 17 00:00:00 2001 From: cleoqc Date: Wed, 16 Nov 2016 13:59:44 +0000 Subject: [PATCH 2/2] add espeak --- upd_script/update_all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upd_script/update_all.sh b/upd_script/update_all.sh index 7ee7c29..e07ffc6 100755 --- a/upd_script/update_all.sh +++ b/upd_script/update_all.sh @@ -48,7 +48,7 @@ sudo pip install -U future # for Python 2/3 compatibility echo "geany, espeak and piclone" # new tools from the foundation -sudo apt-get install geany espeak 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