docker-setup.sh aktualisiert
This commit is contained in:
parent
db4a10585c
commit
486c1e8c1e
@ -3,5 +3,8 @@
|
||||
mkdir -p /docker
|
||||
cd /docker
|
||||
|
||||
wget get.docker.io -O docker.sh
|
||||
apt update
|
||||
apt install -y wget curl git
|
||||
|
||||
wget https://get.docker.io -O docker.sh
|
||||
sh docker.sh
|
||||
|
Loading…
x
Reference in New Issue
Block a user