Move installation scripts to install/ dir
This commit is contained in:
4
install/docker-ce.sh
Executable file
4
install/docker-ce.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -x -e
|
||||
curl -fsSL https://get.docker.com -o get-docker.sh | sudo bash
|
||||
Reference in New Issue
Block a user