common: only set arm64 if that's the arch.

This commit is contained in:
Steev Klimaszewski
2023-09-04 17:47:45 -05:00
parent 97ab8fb842
commit b247d987f4

View File

@@ -166,5 +166,7 @@ status_stage3 'Mask smartmontools service'
systemctl mask smartmontools
status_stage3 'Add arch to /var/lib/dpkg/arch file'
if [[ ${architecture} == "arm64" ]]; then
echo 'arm64' | tee /var/lib/dpkg/arch
fi
EOF