Update docker.sh

This commit is contained in:
osconlab 2023-04-01 21:00:35 +02:00
parent a49d58c3b7
commit fa50150ba3
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
apt install curl
curl -fsSL https://get.docker.com -o get-docker.sh
sh get-docker.sh
rm get-docker.sh