First commit of script that installs host apt dependencies
authorcolepoirier <colepoirier@gmail.com>
Tue, 21 Apr 2020 21:03:40 +0000 (14:03 -0700)
committercolepoirier <colepoirier@gmail.com>
Tue, 21 Apr 2020 21:03:40 +0000 (14:03 -0700)
install-apt-reqs [new file with mode: 0755]

diff --git a/install-apt-reqs b/install-apt-reqs
new file mode 100755 (executable)
index 0000000..867c0d3
--- /dev/null
@@ -0,0 +1,19 @@
+#!/bin/bash
+if [ "$EUID" -ne 0 ]
+  then echo "Please run as root"
+  exit
+fi
+apt-get install vim \
+    exuberant-ctags \
+    build-essential \
+    git \
+    python3.7 \
+    python3.7-dev \
+    python3-nose \
+    graphviz \
+    xdot \
+    gtkwave \
+    python3-venv \
+    python-virtualenv \
+    gcc-9-powerpc64-linux-gnu \
+    qemu-system-ppc