This commit is contained in:
Luk Lu
2023-03-08 08:47:12 +08:00
parent 2d38dc0b68
commit e79356b310
12 changed files with 20 additions and 26 deletions

View File

@@ -14,7 +14,7 @@ else
fi
fi
if [[ "$(uname)" = "linux" ]]
if [[ "$(uname)" = "Linux" ]]
then
# 用 dpkg --print-architecture 更直接
ARCH=`dpkg --print-architecture`