This commit is contained in:
Yuan Chiu 2025-04-23 23:23:12 +08:00
parent 5c1edd316c
commit e0312a002b

View File

@ -37,7 +37,7 @@ wait_for_pacman_unlock
if [[ ${#to_install_pacmanForce[@]} -gt 0 ]]; then
echo " - Installing missing packages via pacman: ${to_install_pacmanForce[@]}"
sudo pacman -S --needed --noconfirm "${to_install_pacmanForce[@]}"
fis
fi
# 等待鎖定檔案被移除
wait_for_pacman_unlock