add wget used in ppc64-gdb-gcc script
[dev-env-setup.git] / ppc64-gdb-gcc
index c3b2e12d243ab361775334a797708542377ad72f..814ba68205e21f5337fade28c48539c5e03909dd 100755 (executable)
@@ -5,7 +5,7 @@ if [ "$EUID" -ne 0 ]
 fi
 
 # first install powerpc64 gcc-8 cross-compiler
-apt-get install gcc-8-powerpc64-linux-gnu
+apt-get install gcc-8-powerpc64-linux-gnu wget
 
 # it your responsibility to check that the archive downloaded below is
 # uncompromised!