Update callaba-installer.sh

This commit is contained in:
2025-06-17 06:02:34 +00:00
parent 8e72e9aa44
commit 63ee9c002b

View File

@@ -64,7 +64,7 @@ install_docker_official() {
sudo apt-get update
sudo apt-get install -y ca-certificates curl gnupg lsb-release
# Add Dockers 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