Almalinux 10 release

This commit is contained in:
Greg Hellings
2025-08-17 02:20:51 -05:00
parent b0e1e83aea
commit fde11d0a98
7 changed files with 204 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
#!/usr/bin/env bash
set -ex
packages=(bzip2 kernel-devel kernel-headers make perl gcc)
dnf install -y "${packages[@]}"
mount -t auto /home/vagrant/VBoxGuestAdditions.iso /mnt
/mnt/VBoxLinuxAdditions.run install --nox11 2>&1 | tee /root/vbox_addon_install.log
umount /mnt
rm /home/vagrant/VBoxGuestAdditions.iso