Merge "Install netplan.io for Debian Bookworm"

This commit is contained in:
Zuul 2023-08-28 20:17:42 +00:00 committed by Gerrit Code Review
commit 04f140535b
1 changed files with 5 additions and 0 deletions

View File

@ -37,3 +37,8 @@ if [ "$DIB_DEBIAN_ALT_INIT_PACKAGE" != "sysvinit" ]; then
/etc/apt/preferences.d/sysvinit > /etc/apt/preferences.d/sysvinit
fi
case "${DIB_RELEASE}" in
bookworm|stable|testing)
apt-get install -y netplan.io
;;
esac