Added more of the required apt dependencies, specified -y option for all
[dev-env-setup.git] / install-apt-reqs
1 #!/bin/bash
2 if [ "$EUID" -ne 0 ]
3 then echo "Please run as root"
4 exit
5 fi
6 apt-get update -y
7 apt-get upgrade -y
8 apt-get install -y vim \
9 exuberant-ctags \
10 build-essential \
11 git \
12 python3.7 \
13 python3.7-dev \
14 python3-nose \
15 graphviz \
16 xdot \
17 gtkwave \
18 python3-venv \
19 python-virtualenv \
20 gcc-8-powerpc64-linux-gnu \
21 qemu-system-ppc