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 <