diff options
Diffstat (limited to 'install-itzks-workstation')
-rwxr-xr-x | install-itzks-workstation | 3 |
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 |