Update install.sh

This commit is contained in:
pickled-pepper 2021-09-17 15:45:28 +08:00 committed by GitHub
parent f48b215623
commit 2fa872cd74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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