From 3dae7db89a69717a2757d55afeca527c938f8b12 Mon Sep 17 00:00:00 2001 From: shenmo Date: Sun, 8 May 2022 15:40:15 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DUOS=E4=B8=94apt-fast=E4=B8=8B?= =?UTF-8?q?=E7=9A=84=E6=8F=90=E6=9D=83=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tool/ssinstall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tool/ssinstall b/tool/ssinstall index 81cb768..ca6ff32 100755 --- a/tool/ssinstall +++ b/tool/ssinstall @@ -63,7 +63,7 @@ fi if [ "$DEPEND" != "" ] && [ "$isuos" != "" ]; then echo "UOS中系统依赖无法使用第三方下载工具,放弃使用apt-fast" echo ---------------------------------------------------------------------------------- -dpkg -i $1 || apt install -yf || dpkg -P $1 +echo "$upass" | sudo -S dpkg -i $1 || apt install -yf || dpkg -P $1 fi if [ "$DEPEND" != "" ] && [ "$isuos" = "" ]; then