From e0a63a3f493668bb85c9f8099d6a2ea2d9622e31 Mon Sep 17 00:00:00 2001 From: Pasha Sviderski Date: Tue, 27 Jan 2026 11:32:18 +1000 Subject: [PATCH] chore: typo --- scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install.sh b/scripts/install.sh index 31b4e074..a84121b3 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -338,7 +338,7 @@ if [ "$DOCKER_ALREADY_INSTALLED" = "true" ] && [ "$CONTAINERD_IMAGE_STORE_ENABLE echo "" warning "Docker was already installed on the machine but it doesn't use the containerd" warning "image store. Uncloud works best with the containerd image store enabled in Docker." - warning "It allows Docker to directly use the images stores in containerd (pushed with" + warning "It allows Docker to directly use the images stored in containerd (pushed with" warning "'uc image push') without duplicating them in Docker. This saves disk space and" warning "makes image management more efficient." echo ""