Skip to content

Instantly share code, notes, and snippets.

View fkdraeb's full-sized avatar

Tiago Marques fkdraeb

  • Portugal
View GitHub Profile
#!/bin/bash
# Update package lists
sudo apt update
######################################################################################
echo "Installing Docker ..."
sudo apt install -y docker.io