From: Luke Kenneth Casson Leighton Date: Tue, 17 Jan 2023 16:05:28 +0000 (+0000) Subject: sigh forgot the "y" on install qemu-system-ppc X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=01851a3f83d9df6b4d4a366286d348da60495532;p=dev-env-setup.git sigh forgot the "y" on install qemu-system-ppc --- diff --git a/install-hdl-apt-reqs b/install-hdl-apt-reqs index 104edc6..3854e72 100755 --- a/install-hdl-apt-reqs +++ b/install-hdl-apt-reqs @@ -64,7 +64,7 @@ apt-get install -y autoconf \ # have to also upgrade sysvinit-core to stop it getting removed -apt-get -t buster-backports install qemu-system-ppc/buster-backports +apt-get -t buster-backports install -y qemu-system-ppc/buster-backports # if doing this on ppc64le it may fail apt-get install -y gcc-8-powerpc64-linux-gnu