diff --git a/Linux/Node.JS/README.md b/Linux/Node.JS/README.md new file mode 100644 index 0000000..037abea --- /dev/null +++ b/Linux/Node.JS/README.md @@ -0,0 +1,14 @@ +# AlmaLinux + +```javascript +# Crypto Policies must be set to SHA1 +update-crypto-policies --set DEFAULT:SHA1 +reboot + +# Import the GPG-Key +rpm --import https://rpm.nodesource.com/gpgkey/nodesource.gpg.key + +# Install NodeJS (change Version pub_##.x) +dnf install -y https://rpm.nodesource.com/pub_20.x/nodistro/repo/nodesource-release-nodistro-1.noarch.rpm +dnf install -y nodejs --setopt=nodesource-nodejs.module_hotfixes=1 +``` \ No newline at end of file