Hopefully fix Mint 22 install problems

Mint 22 install was hanging on Virtualbox because it was not installing
openssh-server at the end of the run. I do not know whether the `||
true` lines fixed this, or if it was the `d-i pkgsel/include` line
getting fixed, but the result is that it now builds and installs for
Virtualbox
This commit is contained in:
Greg Hellings
2025-08-18 12:35:13 -05:00
parent 260a2711eb
commit 8ac704a100
3 changed files with 13 additions and 9 deletions
+3
View File
@@ -10,6 +10,9 @@ UseDNS no
PubkeyAcceptedKeyTypes +ssh-rsa
EOF
apt update
apt upgrade -y
# Clean up after ourselves
apt-get clean