Skip to content

Instantly share code, notes, and snippets.

@i-amolo
Created March 23, 2020 14:45
Show Gist options
  • Select an option

  • Save i-amolo/ff0ad5d17ae90e54ddfa8660745cd9ba to your computer and use it in GitHub Desktop.

Select an option

Save i-amolo/ff0ad5d17ae90e54ddfa8660745cd9ba to your computer and use it in GitHub Desktop.
#/!/bin/bash
# update system
yum update -y
# install bind-utils
sudo yum install bind-utils
# Bring repos in
rpm -Uvh https://mirror.webtatic.com/yum/el7/epel-release.rpm
rpm -Uvh https://mirror.webtatic.com/yum/el7/webtatic-release.rpm
rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
# DEV Tools
yum groupinstall 'Development tools' -y
# Install NodeJS
sudo yum install nodejs -y
sudo yum install npm -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment