Skip to content

Instantly share code, notes, and snippets.

View hax0rgb's full-sized avatar
🏠
Working from home

Gaurang Bhatnagar hax0rgb

🏠
Working from home
View GitHub Profile
#!/bin/bash
# update apt-get
export DEBIAN_FRONTEND="noninteractive"
sudo apt-get update
# remove previously installed Docker
sudo apt-get purge lxc-docker*
sudo apt-get purge docker.io*