OS Name/Version: Rocky Linux 9.1
Product Name/Version: Install AMP for home AMP web
Problem Description:
Hello, Unable to install the AMP component automatically on Rocky Linux 9.1.
There is an error installing the JAVA component, on the Adoptium repo. Rocky version 9.1 does not exist and path to version 8 is not correct in script
Actions taken to resolve so far:
Step 1:
Download getamp.sh
edit getamp.sh
vi getamp.sh
change
[Adoptium]
name=Adoptium
baseurl=https://packages.adoptium.net/artifactory/rpm**/$ID/$VERSION_ID/$(uname -m)**
for
/rocky/8/$(uname -m)
step 2
chmod +x
and lunch install .sh in local
./getamp.sh
and enjoy!!!