Update installdocker.sh

This commit is contained in:
Indian-Techie09
2023-01-31 23:46:00 +05:30
committed by GitHub
parent a65d25d227
commit 4c316b7320

View File

@@ -1,6 +1,7 @@
#!/bin/bash
# Docker and compose install
sudo apt-get update
sudo apt install docker-compose
sudo apt-get upgrade -y
sudo apt-get install \
ca-certificates \