From 63ee9c002b97c802cd1c4479769269174fc52fe8 Mon Sep 17 00:00:00 2001 From: BitMaster Admin Date: Tue, 17 Jun 2025 06:02:34 +0000 Subject: [PATCH] Update callaba-installer.sh --- callaba-installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/callaba-installer.sh b/callaba-installer.sh index 03aea23..c719b53 100644 --- a/callaba-installer.sh +++ b/callaba-installer.sh @@ -64,7 +64,7 @@ install_docker_official() { sudo apt-get update sudo apt-get install -y ca-certificates curl gnupg lsb-release - # Add Docker’s official GPG key + # Add Dockers official GPG key 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