Last active
March 19, 2025 10:30
-
-
Save lincolnaleixo/23b7ae9dfc33ef266dc960f20fc7b191 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
sudo apt-get update && sudo apt-get upgrade -y && \ | |
sudo apt-get install unzip git -y && \ | |
curl -fsSL https://bun.sh/install | bash && \ | |
source ~/.bashrc && \ | |
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.2/install.sh | bash && \ | |
export NVM_DIR="$HOME/.nvm" && [ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh" && \ | |
nvm install 22 && \ | |
npm install -g pm2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment