Skip to content

Instantly share code, notes, and snippets.

View davix3f's full-sized avatar

Davide Fiorito davix3f

  • Italy
View GitHub Profile
@davix3f
davix3f / dpri.bash
Last active September 5, 2022 21:19
Fast docker install script for Debian
#!/bin/bash
# March 14th 2022
# (d)ocker (p)ropietary (r)epo (i)install
# this script is nothing but the commands located at https://docs.docker.com/engine/install/debian/
# I'm just placing them all in one script to run for a faster installation without copypasting everytime
# so not of this is my original work
apt update && apt upgrade -y