diff --git a/Fedora-Workstation-39.sh b/Fedora-Workstation-39.sh index e345163..ef6eae4 100644 --- a/Fedora-Workstation-39.sh +++ b/Fedora-Workstation-39.sh @@ -223,6 +223,9 @@ if [ "$virt_type" = '' ] || [ "${MACHINE_TYPE}" == 'x86_64' ]; then echo 'libhardened_malloc.so' | sudo tee /etc/ld.so.preload sudo dracut -f fi +elif [ "${MACHINE_TYPE}" == 'aarch64' ]; then + sudo dnf copr enable secureblue/hardened_malloc -y + sudo dnf install hardened_malloc -y fi output 'The script is done. You can also remove gnome-terminal since gnome-console will replace it.' \ No newline at end of file diff --git a/RHEL-Server-9.sh b/RHEL-Server-9.sh index bce5ba8..40d03b9 100644 --- a/RHEL-Server-9.sh +++ b/RHEL-Server-9.sh @@ -213,6 +213,9 @@ if [ "$virt_type" = '' ] || [ "${MACHINE_TYPE}" == 'x86_64' ]; then echo 'libhardened_malloc.so' | sudo tee /etc/ld.so.preload sudo dracut -f fi +elif [ "${MACHINE_TYPE}" == 'aarch64' ]; then + sudo dnf copr enable secureblue/hardened_malloc -y + sudo dnf install hardened_malloc -y fi # Setup fwupd