其他操作系统

This commit is contained in:
13038267101 2022-06-15 15:32:08 +08:00
parent 3ce22659ba
commit dfdcff338a
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@ then
elif [ ${systype} = "Kylin" ] elif [ ${systype} = "Kylin" ]
then then
system="kylin" system="kylin"
else
system="kylin"
fi fi
echo ${system} echo ${system}