projects
/
dev-env-setup.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0f6034
)
First commit of script that installs host apt dependencies
author
colepoirier
<colepoirier@gmail.com>
Tue, 21 Apr 2020 21:03:40 +0000
(14:03 -0700)
committer
colepoirier
<colepoirier@gmail.com>
Tue, 21 Apr 2020 21:03:40 +0000
(14:03 -0700)
install-apt-reqs
[new file with mode: 0755]
patch
|
blob
diff --git a/install-apt-reqs
b/install-apt-reqs
new file mode 100755
(executable)
index 0000000..
867c0d3
--- /dev/null
+++ b/
install-apt-reqs
@@ -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