aboutsummaryrefslogtreecommitdiff
path: root/admin/api/getUpdates.php
diff options
context:
space:
mode:
Diffstat (limited to 'admin/api/getUpdates.php')
-rw-r--r--admin/api/getUpdates.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/api/getUpdates.php b/admin/api/getUpdates.php
index 099dd67..5d9c373 100644
--- a/admin/api/getUpdates.php
+++ b/admin/api/getUpdates.php
@@ -3,7 +3,7 @@
header("Content-Type: application/json");
require_once $_SERVER['DOCUMENT_ROOT'] . "/admin/private/header.api.php";
-exec("bash -c \"sudo apt-get upgrade -s| grep ^Inst\"", $ret);
+exec("bash -c \"sudo mtsp-apt-get-2| grep ^Inst\"", $ret);
$data = [];
$data["count"] = count($ret);
$data["packages"] = [];