From 859912732cf145ddb2fb0180d9dbb10df7548eb1 Mon Sep 17 00:00:00 2001 From: XZhouQD Date: Fri, 4 Dec 2020 16:44:54 +0800 Subject: [PATCH] update archive-server/deploy. --- archive-server/deploy | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/archive-server/deploy b/archive-server/deploy index adcf02a..9fb3c47 100755 --- a/archive-server/deploy +++ b/archive-server/deploy @@ -1,6 +1,9 @@ #!/usr/bin/env bash -yum install -y rsync git vim zsh tmux sendmail mailx sharutils docker python3 +yum install -y rsync git vim zsh tmux sendmail mailx sharutils docker python3 python3-pip + +python3 -m pip install --upgrade pip +python3 -m pip install ansi2html systemctl enable docker systemctl start docker -- Gitee