Update install.sh

This commit is contained in:
midoks 2022-07-11 19:38:51 +08:00
parent 849bdee503
commit d7ad1f3078
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ VERSION=$2
bash ${rootPath}/scripts/getos.sh
OSNAME=`cat ${rootPath}/data/osname.pl`
VERSION_ID=`cat /etc/*-release | grep VERSION_ID | awk -F = '{print $2}' | awk -F "\"" '{print $2}'`
OSNAME_ID=`cat /etc/*-release | grep VERSION_ID | awk -F = '{print $2}' | awk -F "\"" '{print $2}'`
Install_app()