Add -y flad to final installation command

The actual installation step was failing because it was prompting for confirmation. This will fail when using cURL to pipe to BASH.
This commit is contained in:
efrick 2024-12-18 11:22:01 -05:00
parent daea6f1c42
commit 5c55f903c8

View File

@ -17,4 +17,4 @@ echo \
sudo apt-get update
echo "Install Docker"
sudo apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
sudo apt-get install -y docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin