Skip to content

Commit

Permalink
Merge pull request #1195 from nodesource/igsu/support-almalinux
Browse files Browse the repository at this point in the history
Add support for AlmaLinux OS
  • Loading branch information
igsu authored Apr 8, 2021
2 parents 2421e36 + 08762f5 commit a0d0bba
Show file tree
Hide file tree
Showing 22 changed files with 193 additions and 189 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,10 @@ NodeSource will continue to maintain the following architectures and may add add
* **CentOS 8** (64-bit)
* **CentOS 8 Stream** (64-bit)

**Supported AlmaLinux OS versions:**

* **AlmaLinux 8** (64-bit)

**Supported CloudLinux versions:**
* **CloudLinux 6** (32-bit for Node <= 10.x and 64-bit)

Expand Down
18 changes: 9 additions & 9 deletions rpm/setup
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,10 @@ ${bold}${NODENAME} is no longer actively supported!${normal}
Use the installation script that corresponds to the version of Node.js you
wish to install. e.g.
* ${green}https://deb.nodesource.com/setup_10.x - Node.js v10 LTS \"Dubnium\"${normal}
* ${green}https://deb.nodesource.com/setup_12.x - Node.js v12 LTS \"Erbium\"${normal}
* ${green}https://deb.nodesource.com/setup_14.x - Node.js v14 LTS \"Fermium\"${normal} (recommended)
* ${green}https://deb.nodesource.com/setup_15.x - Node.js v15 \"Fifteen\"${normal}
* ${green}https://rpm.nodesource.com/setup_10.x - Node.js v10 LTS \"Dubnium\"${normal}
* ${green}https://rpm.nodesource.com/setup_12.x - Node.js v12 LTS \"Erbium\"${normal}
* ${green}https://rpm.nodesource.com/setup_14.x - Node.js v14 LTS \"Fermium\"${normal} (recommended)
* ${green}https://rpm.nodesource.com/setup_15.x - Node.js v15 \"Fifteen\"${normal}
Please see ${bold}https://github.com/nodejs/Release${normal} for details about which
version may be appropriate for you.
Expand All @@ -135,10 +135,10 @@ This script, located at ${bold}https://rpm.nodesource.com/setup${normal}, used t
You should use the script that corresponds to the version of Node.js you
wish to install. e.g.
* ${green}https://deb.nodesource.com/setup_10.x - Node.js v10 LTS \"Dubnium\"${normal}
* ${green}https://deb.nodesource.com/setup_12.x - Node.js v12 LTS \"Erbium\"${normal}
* ${green}https://deb.nodesource.com/setup_14.x - Node.js v14 LTS \"Fermium\"${normal} (recommended)
* ${green}https://deb.nodesource.com/setup_15.x - Node.js v15 \"Fifteen\"${normal}
* ${green}https://rpm.nodesource.com/setup_10.x - Node.js v10 LTS \"Dubnium\"${normal}
* ${green}https://rpm.nodesource.com/setup_12.x - Node.js v12 LTS \"Erbium\"${normal}
* ${green}https://rpm.nodesource.com/setup_14.x - Node.js v14 LTS \"Fermium\"${normal} (recommended)
* ${green}https://rpm.nodesource.com/setup_15.x - Node.js v15 \"Fifteen\"${normal}
Please see ${bold}https://github.com/nodejs/Release${normal} for details about which
version may be appropriate for you.
Expand Down Expand Up @@ -202,7 +202,7 @@ incorrect or would like your architecture to be considered for support. \

fi

if [[ $DISTRO_PKG =~ ^(redhat|centos|cloudlinux|sl)- ]]; then
if [[ $DISTRO_PKG =~ ^(redhat|centos|almalinux|cloudlinux|sl)- ]]; then
DIST_TYPE=el
elif [[ $DISTRO_PKG =~ ^(enterprise|system)-release- ]]; then # Oracle Linux & Amazon Linux
DIST_TYPE=el
Expand Down
18 changes: 9 additions & 9 deletions rpm/setup_0.10
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,10 @@ ${bold}${NODENAME} is no longer actively supported!${normal}
Use the installation script that corresponds to the version of Node.js you
wish to install. e.g.
* ${green}https://deb.nodesource.com/setup_10.x - Node.js v10 LTS \"Dubnium\"${normal}
* ${green}https://deb.nodesource.com/setup_12.x - Node.js v12 LTS \"Erbium\"${normal}
* ${green}https://deb.nodesource.com/setup_14.x - Node.js v14 LTS \"Fermium\"${normal} (recommended)
* ${green}https://deb.nodesource.com/setup_15.x - Node.js v15 \"Fifteen\"${normal}
* ${green}https://rpm.nodesource.com/setup_10.x - Node.js v10 LTS \"Dubnium\"${normal}
* ${green}https://rpm.nodesource.com/setup_12.x - Node.js v12 LTS \"Erbium\"${normal}
* ${green}https://rpm.nodesource.com/setup_14.x - Node.js v14 LTS \"Fermium\"${normal} (recommended)
* ${green}https://rpm.nodesource.com/setup_15.x - Node.js v15 \"Fifteen\"${normal}
Please see ${bold}https://github.com/nodejs/Release${normal} for details about which
version may be appropriate for you.
Expand All @@ -135,10 +135,10 @@ This script, located at ${bold}https://rpm.nodesource.com/setup${normal}, used t
You should use the script that corresponds to the version of Node.js you
wish to install. e.g.
* ${green}https://deb.nodesource.com/setup_10.x - Node.js v10 LTS \"Dubnium\"${normal}
* ${green}https://deb.nodesource.com/setup_12.x - Node.js v12 LTS \"Erbium\"${normal}
* ${green}https://deb.nodesource.com/setup_14.x - Node.js v14 LTS \"Fermium\"${normal} (recommended)
* ${green}https://deb.nodesource.com/setup_15.x - Node.js v15 \"Fifteen\"${normal}
* ${green}https://rpm.nodesource.com/setup_10.x - Node.js v10 LTS \"Dubnium\"${normal}
* ${green}https://rpm.nodesource.com/setup_12.x - Node.js v12 LTS \"Erbium\"${normal}
* ${green}https://rpm.nodesource.com/setup_14.x - Node.js v14 LTS \"Fermium\"${normal} (recommended)
* ${green}https://rpm.nodesource.com/setup_15.x - Node.js v15 \"Fifteen\"${normal}
Please see ${bold}https://github.com/nodejs/Release${normal} for details about which
version may be appropriate for you.
Expand Down Expand Up @@ -202,7 +202,7 @@ incorrect or would like your architecture to be considered for support. \

fi

if [[ $DISTRO_PKG =~ ^(redhat|centos|cloudlinux|sl)- ]]; then
if [[ $DISTRO_PKG =~ ^(redhat|centos|almalinux|cloudlinux|sl)- ]]; then
DIST_TYPE=el
elif [[ $DISTRO_PKG =~ ^(enterprise|system)-release- ]]; then # Oracle Linux & Amazon Linux
DIST_TYPE=el
Expand Down
18 changes: 9 additions & 9 deletions rpm/setup_0.12
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,10 @@ ${bold}${NODENAME} is no longer actively supported!${normal}
Use the installation script that corresponds to the version of Node.js you
wish to install. e.g.
* ${green}https://deb.nodesource.com/setup_10.x - Node.js v10 LTS \"Dubnium\"${normal}
* ${green}https://deb.nodesource.com/setup_12.x - Node.js v12 LTS \"Erbium\"${normal}
* ${green}https://deb.nodesource.com/setup_14.x - Node.js v14 LTS \"Fermium\"${normal} (recommended)
* ${green}https://deb.nodesource.com/setup_15.x - Node.js v15 \"Fifteen\"${normal}
* ${green}https://rpm.nodesource.com/setup_10.x - Node.js v10 LTS \"Dubnium\"${normal}
* ${green}https://rpm.nodesource.com/setup_12.x - Node.js v12 LTS \"Erbium\"${normal}
* ${green}https://rpm.nodesource.com/setup_14.x - Node.js v14 LTS \"Fermium\"${normal} (recommended)
* ${green}https://rpm.nodesource.com/setup_15.x - Node.js v15 \"Fifteen\"${normal}
Please see ${bold}https://github.com/nodejs/Release${normal} for details about which
version may be appropriate for you.
Expand All @@ -135,10 +135,10 @@ This script, located at ${bold}https://rpm.nodesource.com/setup${normal}, used t
You should use the script that corresponds to the version of Node.js you
wish to install. e.g.
* ${green}https://deb.nodesource.com/setup_10.x - Node.js v10 LTS \"Dubnium\"${normal}
* ${green}https://deb.nodesource.com/setup_12.x - Node.js v12 LTS \"Erbium\"${normal}
* ${green}https://deb.nodesource.com/setup_14.x - Node.js v14 LTS \"Fermium\"${normal} (recommended)
* ${green}https://deb.nodesource.com/setup_15.x - Node.js v15 \"Fifteen\"${normal}
* ${green}https://rpm.nodesource.com/setup_10.x - Node.js v10 LTS \"Dubnium\"${normal}
* ${green}https://rpm.nodesource.com/setup_12.x - Node.js v12 LTS \"Erbium\"${normal}
* ${green}https://rpm.nodesource.com/setup_14.x - Node.js v14 LTS \"Fermium\"${normal} (recommended)
* ${green}https://rpm.nodesource.com/setup_15.x - Node.js v15 \"Fifteen\"${normal}
Please see ${bold}https://github.com/nodejs/Release${normal} for details about which
version may be appropriate for you.
Expand Down Expand Up @@ -202,7 +202,7 @@ incorrect or would like your architecture to be considered for support. \

fi

if [[ $DISTRO_PKG =~ ^(redhat|centos|cloudlinux|sl)- ]]; then
if [[ $DISTRO_PKG =~ ^(redhat|centos|almalinux|cloudlinux|sl)- ]]; then
DIST_TYPE=el
elif [[ $DISTRO_PKG =~ ^(enterprise|system)-release- ]]; then # Oracle Linux & Amazon Linux
DIST_TYPE=el
Expand Down
18 changes: 9 additions & 9 deletions rpm/setup_10.x
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,10 @@ ${bold}${NODENAME} is no longer actively supported!${normal}
Use the installation script that corresponds to the version of Node.js you
wish to install. e.g.
* ${green}https://deb.nodesource.com/setup_10.x - Node.js v10 LTS \"Dubnium\"${normal}
* ${green}https://deb.nodesource.com/setup_12.x - Node.js v12 LTS \"Erbium\"${normal}
* ${green}https://deb.nodesource.com/setup_14.x - Node.js v14 LTS \"Fermium\"${normal} (recommended)
* ${green}https://deb.nodesource.com/setup_15.x - Node.js v15 \"Fifteen\"${normal}
* ${green}https://rpm.nodesource.com/setup_10.x - Node.js v10 LTS \"Dubnium\"${normal}
* ${green}https://rpm.nodesource.com/setup_12.x - Node.js v12 LTS \"Erbium\"${normal}
* ${green}https://rpm.nodesource.com/setup_14.x - Node.js v14 LTS \"Fermium\"${normal} (recommended)
* ${green}https://rpm.nodesource.com/setup_15.x - Node.js v15 \"Fifteen\"${normal}
Please see ${bold}https://github.com/nodejs/Release${normal} for details about which
version may be appropriate for you.
Expand All @@ -135,10 +135,10 @@ This script, located at ${bold}https://rpm.nodesource.com/setup${normal}, used t
You should use the script that corresponds to the version of Node.js you
wish to install. e.g.
* ${green}https://deb.nodesource.com/setup_10.x - Node.js v10 LTS \"Dubnium\"${normal}
* ${green}https://deb.nodesource.com/setup_12.x - Node.js v12 LTS \"Erbium\"${normal}
* ${green}https://deb.nodesource.com/setup_14.x - Node.js v14 LTS \"Fermium\"${normal} (recommended)
* ${green}https://deb.nodesource.com/setup_15.x - Node.js v15 \"Fifteen\"${normal}
* ${green}https://rpm.nodesource.com/setup_10.x - Node.js v10 LTS \"Dubnium\"${normal}
* ${green}https://rpm.nodesource.com/setup_12.x - Node.js v12 LTS \"Erbium\"${normal}
* ${green}https://rpm.nodesource.com/setup_14.x - Node.js v14 LTS \"Fermium\"${normal} (recommended)
* ${green}https://rpm.nodesource.com/setup_15.x - Node.js v15 \"Fifteen\"${normal}
Please see ${bold}https://github.com/nodejs/Release${normal} for details about which
version may be appropriate for you.
Expand Down Expand Up @@ -202,7 +202,7 @@ incorrect or would like your architecture to be considered for support. \

fi

if [[ $DISTRO_PKG =~ ^(redhat|centos|cloudlinux|sl)- ]]; then
if [[ $DISTRO_PKG =~ ^(redhat|centos|almalinux|cloudlinux|sl)- ]]; then
DIST_TYPE=el
elif [[ $DISTRO_PKG =~ ^(enterprise|system)-release- ]]; then # Oracle Linux & Amazon Linux
DIST_TYPE=el
Expand Down
18 changes: 9 additions & 9 deletions rpm/setup_11.x
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,10 @@ ${bold}${NODENAME} is no longer actively supported!${normal}
Use the installation script that corresponds to the version of Node.js you
wish to install. e.g.
* ${green}https://deb.nodesource.com/setup_10.x - Node.js v10 LTS \"Dubnium\"${normal}
* ${green}https://deb.nodesource.com/setup_12.x - Node.js v12 LTS \"Erbium\"${normal}
* ${green}https://deb.nodesource.com/setup_14.x - Node.js v14 LTS \"Fermium\"${normal} (recommended)
* ${green}https://deb.nodesource.com/setup_15.x - Node.js v15 \"Fifteen\"${normal}
* ${green}https://rpm.nodesource.com/setup_10.x - Node.js v10 LTS \"Dubnium\"${normal}
* ${green}https://rpm.nodesource.com/setup_12.x - Node.js v12 LTS \"Erbium\"${normal}
* ${green}https://rpm.nodesource.com/setup_14.x - Node.js v14 LTS \"Fermium\"${normal} (recommended)
* ${green}https://rpm.nodesource.com/setup_15.x - Node.js v15 \"Fifteen\"${normal}
Please see ${bold}https://github.com/nodejs/Release${normal} for details about which
version may be appropriate for you.
Expand All @@ -135,10 +135,10 @@ This script, located at ${bold}https://rpm.nodesource.com/setup${normal}, used t
You should use the script that corresponds to the version of Node.js you
wish to install. e.g.
* ${green}https://deb.nodesource.com/setup_10.x - Node.js v10 LTS \"Dubnium\"${normal}
* ${green}https://deb.nodesource.com/setup_12.x - Node.js v12 LTS \"Erbium\"${normal}
* ${green}https://deb.nodesource.com/setup_14.x - Node.js v14 LTS \"Fermium\"${normal} (recommended)
* ${green}https://deb.nodesource.com/setup_15.x - Node.js v15 \"Fifteen\"${normal}
* ${green}https://rpm.nodesource.com/setup_10.x - Node.js v10 LTS \"Dubnium\"${normal}
* ${green}https://rpm.nodesource.com/setup_12.x - Node.js v12 LTS \"Erbium\"${normal}
* ${green}https://rpm.nodesource.com/setup_14.x - Node.js v14 LTS \"Fermium\"${normal} (recommended)
* ${green}https://rpm.nodesource.com/setup_15.x - Node.js v15 \"Fifteen\"${normal}
Please see ${bold}https://github.com/nodejs/Release${normal} for details about which
version may be appropriate for you.
Expand Down Expand Up @@ -202,7 +202,7 @@ incorrect or would like your architecture to be considered for support. \

fi

if [[ $DISTRO_PKG =~ ^(redhat|centos|cloudlinux|sl)- ]]; then
if [[ $DISTRO_PKG =~ ^(redhat|centos|almalinux|cloudlinux|sl)- ]]; then
DIST_TYPE=el
elif [[ $DISTRO_PKG =~ ^(enterprise|system)-release- ]]; then # Oracle Linux & Amazon Linux
DIST_TYPE=el
Expand Down
18 changes: 9 additions & 9 deletions rpm/setup_12.x
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,10 @@ ${bold}${NODENAME} is no longer actively supported!${normal}
Use the installation script that corresponds to the version of Node.js you
wish to install. e.g.
* ${green}https://deb.nodesource.com/setup_10.x - Node.js v10 LTS \"Dubnium\"${normal}
* ${green}https://deb.nodesource.com/setup_12.x - Node.js v12 LTS \"Erbium\"${normal}
* ${green}https://deb.nodesource.com/setup_14.x - Node.js v14 LTS \"Fermium\"${normal} (recommended)
* ${green}https://deb.nodesource.com/setup_15.x - Node.js v15 \"Fifteen\"${normal}
* ${green}https://rpm.nodesource.com/setup_10.x - Node.js v10 LTS \"Dubnium\"${normal}
* ${green}https://rpm.nodesource.com/setup_12.x - Node.js v12 LTS \"Erbium\"${normal}
* ${green}https://rpm.nodesource.com/setup_14.x - Node.js v14 LTS \"Fermium\"${normal} (recommended)
* ${green}https://rpm.nodesource.com/setup_15.x - Node.js v15 \"Fifteen\"${normal}
Please see ${bold}https://github.com/nodejs/Release${normal} for details about which
version may be appropriate for you.
Expand All @@ -135,10 +135,10 @@ This script, located at ${bold}https://rpm.nodesource.com/setup${normal}, used t
You should use the script that corresponds to the version of Node.js you
wish to install. e.g.
* ${green}https://deb.nodesource.com/setup_10.x - Node.js v10 LTS \"Dubnium\"${normal}
* ${green}https://deb.nodesource.com/setup_12.x - Node.js v12 LTS \"Erbium\"${normal}
* ${green}https://deb.nodesource.com/setup_14.x - Node.js v14 LTS \"Fermium\"${normal} (recommended)
* ${green}https://deb.nodesource.com/setup_15.x - Node.js v15 \"Fifteen\"${normal}
* ${green}https://rpm.nodesource.com/setup_10.x - Node.js v10 LTS \"Dubnium\"${normal}
* ${green}https://rpm.nodesource.com/setup_12.x - Node.js v12 LTS \"Erbium\"${normal}
* ${green}https://rpm.nodesource.com/setup_14.x - Node.js v14 LTS \"Fermium\"${normal} (recommended)
* ${green}https://rpm.nodesource.com/setup_15.x - Node.js v15 \"Fifteen\"${normal}
Please see ${bold}https://github.com/nodejs/Release${normal} for details about which
version may be appropriate for you.
Expand Down Expand Up @@ -202,7 +202,7 @@ incorrect or would like your architecture to be considered for support. \

fi

if [[ $DISTRO_PKG =~ ^(redhat|centos|cloudlinux|sl)- ]]; then
if [[ $DISTRO_PKG =~ ^(redhat|centos|almalinux|cloudlinux|sl)- ]]; then
DIST_TYPE=el
elif [[ $DISTRO_PKG =~ ^(enterprise|system)-release- ]]; then # Oracle Linux & Amazon Linux
DIST_TYPE=el
Expand Down
18 changes: 9 additions & 9 deletions rpm/setup_13.x
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,10 @@ ${bold}${NODENAME} is no longer actively supported!${normal}
Use the installation script that corresponds to the version of Node.js you
wish to install. e.g.
* ${green}https://deb.nodesource.com/setup_10.x - Node.js v10 LTS \"Dubnium\"${normal}
* ${green}https://deb.nodesource.com/setup_12.x - Node.js v12 LTS \"Erbium\"${normal}
* ${green}https://deb.nodesource.com/setup_14.x - Node.js v14 LTS \"Fermium\"${normal} (recommended)
* ${green}https://deb.nodesource.com/setup_15.x - Node.js v15 \"Fifteen\"${normal}
* ${green}https://rpm.nodesource.com/setup_10.x - Node.js v10 LTS \"Dubnium\"${normal}
* ${green}https://rpm.nodesource.com/setup_12.x - Node.js v12 LTS \"Erbium\"${normal}
* ${green}https://rpm.nodesource.com/setup_14.x - Node.js v14 LTS \"Fermium\"${normal} (recommended)
* ${green}https://rpm.nodesource.com/setup_15.x - Node.js v15 \"Fifteen\"${normal}
Please see ${bold}https://github.com/nodejs/Release${normal} for details about which
version may be appropriate for you.
Expand All @@ -135,10 +135,10 @@ This script, located at ${bold}https://rpm.nodesource.com/setup${normal}, used t
You should use the script that corresponds to the version of Node.js you
wish to install. e.g.
* ${green}https://deb.nodesource.com/setup_10.x - Node.js v10 LTS \"Dubnium\"${normal}
* ${green}https://deb.nodesource.com/setup_12.x - Node.js v12 LTS \"Erbium\"${normal}
* ${green}https://deb.nodesource.com/setup_14.x - Node.js v14 LTS \"Fermium\"${normal} (recommended)
* ${green}https://deb.nodesource.com/setup_15.x - Node.js v15 \"Fifteen\"${normal}
* ${green}https://rpm.nodesource.com/setup_10.x - Node.js v10 LTS \"Dubnium\"${normal}
* ${green}https://rpm.nodesource.com/setup_12.x - Node.js v12 LTS \"Erbium\"${normal}
* ${green}https://rpm.nodesource.com/setup_14.x - Node.js v14 LTS \"Fermium\"${normal} (recommended)
* ${green}https://rpm.nodesource.com/setup_15.x - Node.js v15 \"Fifteen\"${normal}
Please see ${bold}https://github.com/nodejs/Release${normal} for details about which
version may be appropriate for you.
Expand Down Expand Up @@ -202,7 +202,7 @@ incorrect or would like your architecture to be considered for support. \

fi

if [[ $DISTRO_PKG =~ ^(redhat|centos|cloudlinux|sl)- ]]; then
if [[ $DISTRO_PKG =~ ^(redhat|centos|almalinux|cloudlinux|sl)- ]]; then
DIST_TYPE=el
elif [[ $DISTRO_PKG =~ ^(enterprise|system)-release- ]]; then # Oracle Linux & Amazon Linux
DIST_TYPE=el
Expand Down
18 changes: 9 additions & 9 deletions rpm/setup_14.x
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,10 @@ ${bold}${NODENAME} is no longer actively supported!${normal}
Use the installation script that corresponds to the version of Node.js you
wish to install. e.g.
* ${green}https://deb.nodesource.com/setup_10.x - Node.js v10 LTS \"Dubnium\"${normal}
* ${green}https://deb.nodesource.com/setup_12.x - Node.js v12 LTS \"Erbium\"${normal}
* ${green}https://deb.nodesource.com/setup_14.x - Node.js v14 LTS \"Fermium\"${normal} (recommended)
* ${green}https://deb.nodesource.com/setup_15.x - Node.js v15 \"Fifteen\"${normal}
* ${green}https://rpm.nodesource.com/setup_10.x - Node.js v10 LTS \"Dubnium\"${normal}
* ${green}https://rpm.nodesource.com/setup_12.x - Node.js v12 LTS \"Erbium\"${normal}
* ${green}https://rpm.nodesource.com/setup_14.x - Node.js v14 LTS \"Fermium\"${normal} (recommended)
* ${green}https://rpm.nodesource.com/setup_15.x - Node.js v15 \"Fifteen\"${normal}
Please see ${bold}https://github.com/nodejs/Release${normal} for details about which
version may be appropriate for you.
Expand All @@ -135,10 +135,10 @@ This script, located at ${bold}https://rpm.nodesource.com/setup${normal}, used t
You should use the script that corresponds to the version of Node.js you
wish to install. e.g.
* ${green}https://deb.nodesource.com/setup_10.x - Node.js v10 LTS \"Dubnium\"${normal}
* ${green}https://deb.nodesource.com/setup_12.x - Node.js v12 LTS \"Erbium\"${normal}
* ${green}https://deb.nodesource.com/setup_14.x - Node.js v14 LTS \"Fermium\"${normal} (recommended)
* ${green}https://deb.nodesource.com/setup_15.x - Node.js v15 \"Fifteen\"${normal}
* ${green}https://rpm.nodesource.com/setup_10.x - Node.js v10 LTS \"Dubnium\"${normal}
* ${green}https://rpm.nodesource.com/setup_12.x - Node.js v12 LTS \"Erbium\"${normal}
* ${green}https://rpm.nodesource.com/setup_14.x - Node.js v14 LTS \"Fermium\"${normal} (recommended)
* ${green}https://rpm.nodesource.com/setup_15.x - Node.js v15 \"Fifteen\"${normal}
Please see ${bold}https://github.com/nodejs/Release${normal} for details about which
version may be appropriate for you.
Expand Down Expand Up @@ -202,7 +202,7 @@ incorrect or would like your architecture to be considered for support. \

fi

if [[ $DISTRO_PKG =~ ^(redhat|centos|cloudlinux|sl)- ]]; then
if [[ $DISTRO_PKG =~ ^(redhat|centos|almalinux|cloudlinux|sl)- ]]; then
DIST_TYPE=el
elif [[ $DISTRO_PKG =~ ^(enterprise|system)-release- ]]; then # Oracle Linux & Amazon Linux
DIST_TYPE=el
Expand Down
Loading

0 comments on commit a0d0bba

Please sign in to comment.