mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-12-14 04:42:03 +08:00
“跟紧上游”
This commit is contained in:
@@ -59,6 +59,6 @@ void downloadlist::setFileName(QString fileName)
|
||||
|
||||
void downloadlist::on_pushButton_clicked()
|
||||
{
|
||||
system("deepin-deb-installer "+ui->label_filename->text().toUtf8()+"&");
|
||||
system("deepin-terminal -e sudo dpkg -i ./"+ui->label_filename->text().toUtf8()+" && sudo apt install -f");
|
||||
qDebug()<<ui->label_filename->text().toUtf8();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user