summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorMoini <Moini@users.noreply.github.com>2017-12-03 02:11:12 +0100
committerGitHub <noreply@github.com>2017-12-03 02:11:12 +0100
commit51399c0e16f81465e34d77284e3a31964306ada6 (patch)
tree0c055c4d488745e4a81b10a6d37c4ce682ff6fd5 /bin
parent8406030070e69e7ea2c0134d8bdeeb2fadb8088b (diff)
Install wxpython via apt in Ubuntu autoinstall script
Diffstat (limited to 'bin')
-rw-r--r--bin/install_ink_embroidery_Ubuntu.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/install_ink_embroidery_Ubuntu.sh b/bin/install_ink_embroidery_Ubuntu.sh
index 0215ddbc..9c68c9fc 100644
--- a/bin/install_ink_embroidery_Ubuntu.sh
+++ b/bin/install_ink_embroidery_Ubuntu.sh
@@ -33,7 +33,7 @@ sudo add-apt-repository ppa:inkscape.dev/stable
sudo apt-get update
# install everything we need
-sudo apt-get install inkscape python-pip unzip dpkg-dev build-essential python2.7-dev libjpeg-dev libtiff-dev libsdl1.2-dev libgstreamer-plugins-base0.10-dev libgstreamer-plugins-base1.0-dev libnotify-dev freeglut3 freeglut3-dev libsm-dev libgtk2.0-dev libwebkitgtk-dev libgtk-3-dev libwebkitgtk-3.0-dev
+sudo apt-get install inkscape python-pip unzip dpkg-dev build-essential python2.7-dev libjpeg-dev libtiff-dev libsdl1.2-dev libgstreamer-plugins-base0.10-dev libgstreamer-plugins-base1.0-dev libnotify-dev freeglut3 freeglut3-dev libsm-dev libgtk2.0-dev libwebkitgtk-dev libgtk-3-dev libwebkitgtk-3.0-dev python-wxgtk3.0
# download lexelby's embroidery extension
wget https://github.com/lexelby/inkscape-embroidery/archive/master.zip