Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for AlmaLinux OS #1195

Merged
merged 1 commit into from
Apr 8, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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