Skip to content

Instantly share code, notes, and snippets.

@sshh12
Last active January 23, 2021 19:36
Show Gist options
  • Save sshh12/2e88b2f9719cc36a36b58d06ef203664 to your computer and use it in GitHub Desktop.
Save sshh12/2e88b2f9719cc36a36b58d06ef203664 to your computer and use it in GitHub Desktop.
#!/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