Skip to content

Instantly share code, notes, and snippets.

View wlad's full-sized avatar
✔️
Robot Framework ❤️ 🚀 🚀 🚀

RobotFramework(er) wlad

✔️
Robot Framework ❤️ 🚀 🚀 🚀
View GitHub Profile
@wlad
wlad / install-docker.sh
Last active January 18, 2021 15:18 — forked from madkoding/install-docker-deepin.sh
Install Docker-CE script for Deepin 20.1 Linux
#!/bin/sh
# Shell script to add docker-ce to Deepin Linux repositories
# Remove old docker
sudo apt-get remove -y docker docker-engine docker.io containerd runc
# Install dependencies
sudo apt-get install -y apt-transport-https ca-certificates curl gnupg2 software-properties-common