summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2019-07-05 07:49:17 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2019-07-05 07:49:17 +0200
commitea4cbd20e5c6b9bf11abdeeb7c01101d91cdff6a (patch)
tree24c6e146de2a54ff3199483f47d43ed502c511e9
parent8e53547591afc94d527f07a13521b42bdaba3f1f (diff)
downloaditzks-install-script-ea4cbd20e5c6b9bf11abdeeb7c01101d91cdff6a.tar.gz
itzks-install-script-ea4cbd20e5c6b9bf11abdeeb7c01101d91cdff6a.tar.bz2
itzks-install-script-ea4cbd20e5c6b9bf11abdeeb7c01101d91cdff6a.zip
fix wrong Debian version in itzks-systems-common's sources.list files
-rwxr-xr-xinstall-itzks-workstation3
1 files changed, 3 insertions, 0 deletions
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