Last active
January 23, 2021 19:36
-
-
Save sshh12/2e88b2f9719cc36a36b58d06ef203664 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
#!/bin/bash | |
sudo apt-get update && sudo apt-get upgrade -y | |
sudo apt-get install -y python3-pip python3-dev tmux nodejs npm nano net-tools htop ufw git curl less build-essential | |
sudo pip3 --upgrade pip install black requests | |
sudo npm install -g pm2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment