updated scripts

This commit is contained in:
2023-08-27 11:37:12 -05:00
parent e1bf51a674
commit ae3a85434d
10 changed files with 83 additions and 82 deletions

View File

@@ -18,6 +18,7 @@ if [[ ! -f /etc/apt/keyrings/docker.gpg ]]
systemctl start containerd.service
systemctl status docker.service
systemctl status containerd.service
echo "Docker installed successfully."
else
echo "Docker is already configured."
fi