在安装应用时无需手动确认

This commit is contained in:
2024-02-01 18:52:19 +08:00
parent ff41344e97
commit e0b2aca8ef
4 changed files with 4 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ fi
# 判断是不是 Arch Linux
if [[ -f /etc/arch-release ]]; then
sudo pacman -Syu
sudo pacman -S qemu-user qemu-user-static
sudo pacman -S qemu-user qemu-user-static --noconfirm
echo 安装完成,按回车键后退出
read
fi