From d5668182631cf85e0befab2b96b4f196961464c8 Mon Sep 17 00:00:00 2001 From: proJM <81658610+proJM-Coding@users.noreply.github.com> Date: Sun, 9 Jun 2024 04:20:06 +0000 Subject: [PATCH] Update build.sh --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 8b74b95..7360fff 100755 --- a/build.sh +++ b/build.sh @@ -22,7 +22,7 @@ rpm-ostree install plasma-workspace-x11 rpm-ostree install firefox # Install docker for winapps -ostree remote add "Docker CE Stable" https://download.docker.com/linux/fedora/docker-ce.repo +ostree remote add docker-ce https://download.docker.com/linux/fedora/docker-ce.repo rpm-ostree update rpm-ostree install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin