mirror of
https://github.com/teddysun/across.git
synced 2025-04-23 04:19:31 +08:00
5 lines
84 B
Bash
Executable File
5 lines
84 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
echo "开始安装docker"
|
|
wget -qO- https://get.docker.com/ | sh
|