From: Luke Kenneth Casson Leighton Date: Fri, 15 Jul 2022 18:13:56 +0000 (+0000) Subject: needs -y on apt-get X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f158f5a28f9b66bea4029d16afa8a9494afb861b;p=dev-env-setup.git needs -y on apt-get --- diff --git a/ppc64-gdb-gcc b/ppc64-gdb-gcc index c21752d..5f2ca95 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 -y install gcc-8-powerpc64-linux-gnu \ gcc-powerpc64-linux-gnu \ wget texinfo