AMD tweak 1

This commit is contained in:
2025-04-23 03:17:14 -07:00
parent a03e3afc9d
commit 0b4fff6272

View File

@@ -29,7 +29,9 @@ if [ "${ENABLE_SSH}" == "1" ]; then
else else
systemctl disable ssh systemctl disable ssh
fi fi
if [[ "${ARCH}" == "arm64" || "${ARCH}" == "armhf" ]]; then
systemctl enable regenerate_ssh_host_keys systemctl enable regenerate_ssh_host_keys
fi
EOF EOF
if [ "${USE_QEMU}" = "1" ]; then if [ "${USE_QEMU}" = "1" ]; then