From 5e942885d2a35694c52f25af4e63155135b458d6 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Mon, 16 Aug 2021 20:31:56 +0100 Subject: [PATCH] add buster backports to hdl apt dependencies --- install-hdl-apt-reqs | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/install-hdl-apt-reqs b/install-hdl-apt-reqs index 249cb69..c125fc8 100755 --- a/install-hdl-apt-reqs +++ b/install-hdl-apt-reqs @@ -3,6 +3,11 @@ if [ "$EUID" -ne 0 ] then echo "Please run as root" exit fi +# for qemu 5.2 use debian/buster backports +cat << EOF > /etc/apt/sources.list.d/buster_backports +deb http://deb.debian.org/debian buster-backports main +EOF + apt-get update -y apt-get upgrade -y apt-get install -y autoconf \ @@ -46,7 +51,7 @@ apt-get install -y autoconf \ python3-sphinx \ python3-sphinx-rtd-theme \ python3-recommonmark \ - qemu-system-ppc \ + qemu-system-ppc/buster-backports \ tcl \ tcl-dev \ tcl-tclreadline \ -- 2.30.2