# https://docs.docker.com/engine/install/ubuntu/ # I will make this a setup script with variables later on # For now I just don't want to keep writing this :) # Repository: https://github.com/Inkrex-dev/inkrex-scripts sudo apt update sudo apt install ca-certificates curl sudo install -m 0755 -d /etc/apt/keyrings sudo curl -fsSL https://download.docker.com/linux/ubuntu/gpg -o /etc/apt/keyrings/docker.asc sudo chmod a+r /etc/apt/keyrings/docker.asc # Add the repository to Apt sources: sudo tee /etc/apt/sources.list.d/docker.sources <