Skip to content

Commit 8b4fa93

Browse files
committed
Install python3-pyqt5.qtsvg when creating the machine. Closes #34
1 parent 2a69e4b commit 8b4fa93

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

provision.sh

+5-3
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,12 @@ add-apt-repository --yes ppa:js-reynaud/kicad-5
66
apt-key update
77
apt-get update
88

9-
#apt-get -y upgrade
10-
apt-get -y install build-essential git gitg sdcc firefox python3-dev python3-pip python3-zmq python3-usb python3-pyqt5 python3-numpy qt4-designer kicad libsdl2-dev openjdk-11-jdk meld leafpad dfu-util openocd || { echo 'apt-get install failed' ; exit 1; }
9+
# Install packages
10+
apt-get -y install build-essential git gitg sdcc firefox python3-dev python3-pip python3-zmq python3-usb\
11+
python3-pyqt5 python3-pyqt5.qtsvg python3-numpy qt4-designer kicad libsdl2-dev openjdk-11-jdk\
12+
meld leafpad dfu-util openocd || { echo 'apt-get install failed' ; exit 1; }
1113

12-
# To run 32bit programs
14+
# Libs to run 32bit programs
1315
apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386 lib32z1
1416

1517
# Installing VirtualBox GuestAdditions

0 commit comments

Comments
 (0)