Last active
November 23, 2020 07:50
-
-
Save jjangga0214/4c4c73ccf9479e0874132405a76c59bf to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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