Last active
September 21, 2025 06:37
-
-
Save priom/0241aac41f9fb913dce8f190c895e092 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 update -y && \ | |
| sudo apt upgrade -y && \ | |
| sudo apt install -y nmap htop gcc g++ make zsh && \ | |
| curl -fsSL https://get.docker.com -o get-docker.sh && \ | |
| yes | sudo sh get-docker.sh && \ | |
| sudo usermod -aG docker $USER && \ | |
| newgrp docker | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment