From 4187687b3fdf75e54e7e2282a81a7b4c458b705a Mon Sep 17 00:00:00 2001 From: Tine Date: Sat, 9 Mar 2024 18:47:56 +0100 Subject: [PATCH] feat: install docker --- install.sh | 31 ++++++++++++++++++++++++++----- nix/home.nix | 3 --- 2 files changed, 26 insertions(+), 8 deletions(-) diff --git a/install.sh b/install.sh index b538489..8aace6f 100755 --- a/install.sh +++ b/install.sh @@ -25,10 +25,27 @@ if [ "$OS_RELEASE" = "fedora" ]; then rpm-ostree install --idempotent --apply-live --allow-inactive -y \ git git-lfs \ kitty zsh \ - podman-docker \ gphoto2 v4l2loopback ffmpeg \ ddcutil + echo_header "==[host] Installing docker" + # Add Docker CE repository + cat <