Skip to content

Instantly share code, notes, and snippets.

@jjangga0214
Last active November 23, 2020 07:50
Show Gist options
  • Save jjangga0214/4c4c73ccf9479e0874132405a76c59bf to your computer and use it in GitHub Desktop.
Save jjangga0214/4c4c73ccf9479e0874132405a76c59bf to your computer and use it in GitHub Desktop.
curl --silent --location https://dl.yarnpkg.com/rpm/yarn.repo | sudo tee /etc/yum.repos.d/yarn.repo
curl --silent --location https://rpm.nodesource.com/setup_14.x | sudo bash -
sudo yum install -y yarn
# curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.37.0/install.sh | bash
# nvm install 14
# nvm use 14
sudo yum install -y git
wget https://github.com/mozilla/sops/releases/download/v3.6.1/sops-3.6.1-1.x86_64.rpm && sudo yum install -y ./sops-3.6.1-1.x86_64.rpm
# gpg --import ./private.rsa && rm ./private.rsa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment