Update Nlbench.sh

This commit is contained in:
Jensfrank 2024-08-28 16:14:25 +08:00 committed by GitHub
parent bfbbbf36e2
commit ddcfd53aef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -179,7 +179,7 @@ update_system() {
esac
echo -e "${YELLOW}正在更新系统...${NC}"
$update_cmd
sudo $update_cmd
if [ $? -eq 0 ]; then
sudo $upgrade_cmd
if [ $? -eq 0 ]; then