mirror of
https://github.com/teddysun/across.git
synced 2025-11-26 21:35:33 +08:00
自定义了描述并且增加了Docker的安装脚本
This commit is contained in:
4
install-docker.sh
Executable file
4
install-docker.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
echo "开始安装docker"
|
||||
wget -qO- https://get.docker.com/ | sh
|
||||
Reference in New Issue
Block a user