Starting the conversion for x64 installers, all images are updated to support this.

This commit is contained in:
Raven Scott
2022-07-05 09:37:21 -05:00
parent 8ee540d18d
commit 23e4721c1d
35 changed files with 1438 additions and 25 deletions

11
alma-x64/jdk Normal file
View File

@ -0,0 +1,11 @@
cat <<EOF > /etc/yum.repos.d/adoptium.repo
[Adoptium]
name=Adoptium
baseurl=https://packages.adoptium.net/artifactory/rpm/centos/8/$(uname -m)
enabled=1
gpgcheck=1
gpgkey=https://packages.adoptium.net/artifactory/api/gpg/key/public
EOF
yum remove java-1.8.0-openjdk-headless -y
yum update -y # update if you haven't already -y
yum install temurin-17-jdk -y