projects
/
dev-env-setup.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf5a638
)
add buster backports to hdl apt dependencies
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Mon, 16 Aug 2021 19:31:56 +0000
(20:31 +0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Mon, 16 Aug 2021 19:31:56 +0000
(20:31 +0100)
install-hdl-apt-reqs
patch
|
blob
|
history
diff --git
a/install-hdl-apt-reqs
b/install-hdl-apt-reqs
index 249cb69a057a8ecf2c33e65d7d4f2ffbdfcce783..c125fc8791afd6a38c61f14d7b33934df57fd236 100755
(executable)
--- 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 \