Skip to content

Commit

Permalink
Updated Node install script
Browse files Browse the repository at this point in the history
  • Loading branch information
andris9 committed Jan 2, 2024
1 parent 20e390d commit 6f0fa1d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions setup/04_install_import_keys.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ curl -fsSL $node_key_url | gpg --dearmor | tee $local_node_key >/dev/null
echo "deb [signed-by=${local_node_key}] https://deb.nodesource.com/node_$NODE_MAJOR.x nodistro main" | sudo tee /etc/apt/sources.list.d/nodesource.list
echo "deb-src [signed-by=${local_node_key}] https://deb.nodesource.com/node_$NODE_MAJOR.x nodistro main" | sudo tee /etc/apt/sources.list.d/nodesource.list

echo "deb [signed-by=${local_node_key}] https://deb.nodesource.com/$NODEREPO $CODENAME main" | sudo tee /etc/apt/sources.list.d/nodesource.list
echo "deb-src [signed-by=${local_node_key}] https://deb.nodesource.com/$NODEREPO $CODENAME main" | sudo tee /etc/apt/sources.list.d/nodesource.list

# mongodb
mongo_key_url="https://pgp.mongodb.com/server-${MONGODB}.asc"
local_mongo_key="${keyring}/mongodb-server-${MONGODB}.gpg"
Expand Down

0 comments on commit 6f0fa1d

Please sign in to comment.