Skip to content

Instantly share code, notes, and snippets.

@devlifeX
Last active January 8, 2022 16:21
Show Gist options
  • Save devlifeX/6e79c1ab5a2945e4d71f0334f24d09b1 to your computer and use it in GitHub Desktop.
Save devlifeX/6e79c1ab5a2945e4d71f0334f24d09b1 to your computer and use it in GitHub Desktop.
setup linux wit docker and other apps
echo "install some app"
sudo apt-get update
sudo apt-get -y install htop git
echo "Install shecan"
curl https://gist.githubusercontent.com/devlifeX/d2918f7af1d10409b5c82a52795b5c54/raw/0e098e5d1d90fb5e6fe74a1f52cb53953bfa076f/shecan.sh | sudo bash -
echo "install docker and docker-compose"
curl https://gist.githubusercontent.com/devlifeX/be64df7608e08853aad995c65872df59/raw/59401f9a980a869ff7cfedc1e1205d8bd2451fcc/docker-installer.sh | sudo bash -
echo "Update bashrc"
curl https://gist.githubusercontent.com/devlifeX/0ff910138aa4af20b591d43eb651eb9d/raw/da1b4b7f5e210c0bd79335cc5e45356400378f4d/.bashrc >> ~/.bashrc
source ~/.bashrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment