diff --git a/extra/cross/install-hangover b/extra/cross/install-hangover index 51ce060..3bfe284 100644 --- a/extra/cross/install-hangover +++ b/extra/cross/install-hangover @@ -52,7 +52,7 @@ done echo "正在安装Hangover..." tar xvf hangover.tar -sudo apt install -y ./hangover*.deb +sudo DEBIAN_FRONTEND=noninteractive apt install -y ./hangover*.deb if [ $? -ne 0 ]; then cd /tmp rm -rf /tmp/hangover diff --git a/extra/cross/install-hangover-stable b/extra/cross/install-hangover-stable index caa5013..c2a528d 100644 --- a/extra/cross/install-hangover-stable +++ b/extra/cross/install-hangover-stable @@ -38,7 +38,7 @@ done echo "正在安装Hangover..." tar xvf hangover.tar -sudo apt install -y ./hangover*.deb +sudo DEBIAN_FRONTEND=noninteractive apt install -y ./hangover*.deb if [ $? -ne 0 ]; then cd /tmp rm -rf /tmp/hangover