Skip to content

Instantly share code, notes, and snippets.

View adonaidiofanes's full-sized avatar

Adonai Diófanes adonaidiofanes

View GitHub Profile
@BeerOnBeard
BeerOnBeard / install-docker-ce-on-elementaryos-loki.sh
Last active March 4, 2020 07:27
Install Docker CE on ElementaryOS 0.4.1 Loki
#!/bin/bash
set -e
##########################################################
# Install script for Docker-CE on ElementaryOS 0.4.1 Loki
# Had to update the repository to point to xenial instead
# of using 'lsb_release -cs' because there's no loki
# repository at download.docker.com.
##########################################################