From 197ebd70cd3f65ff3666ece8efd33cf27597d6fd Mon Sep 17 00:00:00 2001 From: "b.waal" Date: Thu, 30 Apr 2020 12:29:19 +0200 Subject: [PATCH] Added No-Update flag for PPA --- installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer.sh b/installer.sh index 2332925..3355bdb 100644 --- a/installer.sh +++ b/installer.sh @@ -32,7 +32,7 @@ sqlver=8.0 cockpit=1 TestMode=0 #PackageManager-config -PKGA="add-apt-repository" +PKGA="add-apt-repository --no-update" PKGI="${PKGM} install -y" #disable option menu OptMenu=D