修复轻量版在EULEROS安装问题

This commit is contained in:
hwhbj
2023-09-21 16:14:11 +08:00
parent 2174500076
commit f7209fe990

View File

@ -557,7 +557,7 @@ function decompress()
kernel=$(cat /etc/euleros-release | awk -F ' ' '{print $1}' | tr a-z A-Z)
if [ "${kernel}" = "Euleros" ]
then
kernel="Euler"
kernel="openEuler"
fi
elif [ -f "/etc/openEuler-release" ]
then