add libgtest-dev to install-hdl-apt-reqs
[dev-env-setup.git] / ppc64-gdb-gcc
index 97794b75259640da97bad232263a986cd6b7e978..5f2ca95c9fff4f1752242935f2393272c03141d8 100755 (executable)
@@ -5,7 +5,9 @@ if [ "$EUID" -ne 0 ]
 fi
 
 # first install powerpc64 gcc-8 cross-compiler
-apt-get install gcc-8-powerpc64-linux-gnu wget texinfo
+apt-get -y install gcc-8-powerpc64-linux-gnu \
+                gcc-powerpc64-linux-gnu \
+                wget texinfo
 
 # it your responsibility to check that the archive downloaded below is
 # uncompromised!