Added more of the required apt dependencies, specified -y option for all
authorcolepoirier <colepoirier@gmail.com>
Tue, 12 May 2020 19:24:05 +0000 (12:24 -0700)
committercolepoirier <colepoirier@gmail.com>
Tue, 12 May 2020 19:24:05 +0000 (12:24 -0700)
apt operations

install-apt-reqs

index 867c0d37c011d63d87b4cb38ea51a23f413dddfe..6fad41ab1d97816aae92693f0607e48001cac98c 100755 (executable)
@@ -3,7 +3,9 @@ if [ "$EUID" -ne 0 ]
   then echo "Please run as root"
   exit
 fi
-apt-get install vim \
+apt-get update -y
+apt-get upgrade -y
+apt-get install -y vim \
     exuberant-ctags \
     build-essential \
     git \
@@ -15,5 +17,5 @@ apt-get install vim \
     gtkwave \
     python3-venv \
     python-virtualenv \
-    gcc-9-powerpc64-linux-gnu \
+    gcc-8-powerpc64-linux-gnu \
     qemu-system-ppc