From 01851a3f83d9df6b4d4a366286d348da60495532 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Tue, 17 Jan 2023 16:05:28 +0000 Subject: [PATCH] sigh forgot the "y" on install qemu-system-ppc --- install-hdl-apt-reqs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2