Update README.md

This commit is contained in:
Zerodya
2022-08-08 21:20:23 +00:00
committed by GitHub
parent 0ddded4fd7
commit fac014b85c
+1 -3
View File
@@ -7,7 +7,5 @@ Simple bash script to automate the installation of Docker on Debian servers. It
*** ***
``` ```
wget https://raw.githubusercontent.com/Zerodya/dockeraise/main/dockeraise.sh wget -qO- https://raw.githubusercontent.com/Zerodya/dockeraise/main/dockeraise.sh | bash
chmod +x dockeraise.sh
./dockeraise.sh
``` ```