mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-22 07:30:24 +00:00
improve docker install
This commit is contained in:
parent
c810a853d9
commit
8b76f76a84
1 changed files with 3 additions and 0 deletions
|
@ -52,6 +52,9 @@ docker_exist() {
|
|||
|
||||
Install_Docker(){
|
||||
local mirror=$1
|
||||
if [ "$mirror" = "Official" ]; then
|
||||
mirror=""
|
||||
fi
|
||||
local timeout=$2
|
||||
local repo_url=$3
|
||||
|
||||
|
|
Loading…
Reference in a new issue