From: Luke Kenneth Casson Leighton Date: Thu, 20 May 2021 14:46:49 +0000 (+0100) Subject: add wget used in ppc64-gdb-gcc script X-Git-Url: https://git.libre-soc.org/?p=dev-env-setup.git;a=commitdiff_plain;h=e16a5a6fff605ebb298c92c4d02a4af41128afea add wget used in ppc64-gdb-gcc script --- diff --git a/ppc64-gdb-gcc b/ppc64-gdb-gcc index c3b2e12..814ba68 100755 --- a/ppc64-gdb-gcc +++ b/ppc64-gdb-gcc @@ -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!