From 2fa872cd7481136a7a966a7d246625f98c39e5a5 Mon Sep 17 00:00:00 2001 From: pickled-pepper <44440751+pickled-pepper@users.noreply.github.com> Date: Fri, 17 Sep 2021 15:45:28 +0800 Subject: [PATCH] Update install.sh --- docs/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install.sh b/docs/install.sh index cd48370..dab83ff 100644 --- a/docs/install.sh +++ b/docs/install.sh @@ -6,7 +6,7 @@ initVar() { removeType='yum -y remove' upgrade="yum -y update" echoType='echo -e' - version='2.6.0' + version='2.6.1' } initVar export LANG=en_US.UTF-8