From ea4cbd20e5c6b9bf11abdeeb7c01101d91cdff6a Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Fri, 5 Jul 2019 07:49:17 +0200 Subject: fix wrong Debian version in itzks-systems-common's sources.list files --- install-itzks-workstation | 3 +++ 1 file changed, 3 insertions(+) (limited to 'install-itzks-workstation') diff --git a/install-itzks-workstation b/install-itzks-workstation index 22f5a6f..07c91f7 100755 --- a/install-itzks-workstation +++ b/install-itzks-workstation @@ -157,6 +157,9 @@ apt-get update 1>/dev/null apt_install_if_not itzks-systems-common apt-get update 1>/dev/null +# in case, we have an old version of itzks-systems-common, replace stretch by buster in sources.list.d/ files +sed -i /etc/apt/sources.list.d/*.list -e "s/stretch/buster/g" + # preseed itzks-systems host itzks-systems.do_preseed -- cgit v1.2.3