Update install-docker-and-dockercompose.sh

This commit is contained in:
2026-06-11 11:11:09 -04:00
parent c4f525b6e2
commit d3fb343142
+1 -1
View File
@@ -17,7 +17,7 @@ install_docker() {
# Install prerequisites
sudo apt-get install -y ca-certificates curl gnupg lsb-release
# Add Dockers official GPG key
# Add Dockers official GPG key
sudo mkdir -p /etc/apt/keyrings
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --dearmor -o /etc/apt/keyrings/docker.gpg --yes