From 0e387acfb6962cf6548cb9592c9c0d381ab10449 Mon Sep 17 00:00:00 2001 From: Maicss Date: Tue, 4 Aug 2020 14:41:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dssinstall=E5=AE=89=E8=A3=85?= =?UTF-8?q?=E5=8F=82=E6=95=B0=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- downloadlist.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/downloadlist.cpp b/downloadlist.cpp index bf147ad..a78e3ef 100644 --- a/downloadlist.cpp +++ b/downloadlist.cpp @@ -113,14 +113,14 @@ void downloadlist::install(int t) if(t==0){ installer.start("pkexec gdebi -n /tmp/spark-store/"+ui->label_filename->text().toUtf8()); }else { - installer.start("pkexec ssinstall -n /tmp/spark-store/"+ui->label_filename->text().toUtf8()); + installer.start("pkexec ssinstall /tmp/spark-store/"+ui->label_filename->text().toUtf8()); } }else { if(t==0){ installer.start("pkexec gdebi -n /tmp/spark-store/"+ui->label_filename->text().toUtf8()); }else { - installer.start("pkexec ssinstall -n /tmp/spark-store/"+ui->label_filename->text().toUtf8()); + installer.start("pkexec ssinstall /tmp/spark-store/"+ui->label_filename->text().toUtf8()); } }