mirror of
https://github.com/leitbogioro/Tools.git
synced 2025-11-07 07:56:02 +08:00
Update InstallNET.sh
This commit is contained in:
parent
b17be247c9
commit
6e5626bb64
1 changed files with 2 additions and 2 deletions
|
|
@ -454,9 +454,9 @@ function lowMem(){
|
|||
|
||||
function checkSys(){
|
||||
apt update -y
|
||||
apt install curl dnsutils efibootmgr file jq lsb-release wget xz-utils -y
|
||||
apt install curl dnsutils efibootmgr file ipcalc jq lsb-release wget xz-utils -y
|
||||
yum update --allowerasing -y
|
||||
yum install curl dnsutils efibootmgr file jq redhat-lsb wget xz -y
|
||||
yum install curl dnsutils efibootmgr file ipcalc jq redhat-lsb wget xz -y
|
||||
OsLsb=`lsb_release -d | awk '{print$2}'`
|
||||
CurrentOSVer=`cat /etc/os-release | grep -w "VERSION_ID=*" | awk -F '=' '{print $2}' | sed 's/\"//g' | cut -d'.' -f 1`
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue