From 75524d753448d2362f2d2872f03afa95d799f32a Mon Sep 17 00:00:00 2001 From: yaprodunov Date: Fri, 28 Aug 2026 17:16:54 +0300 Subject: [PATCH] =?UTF-8?q?dpkg=20=D0=B7=D0=B0=D0=BC=D0=B5=D0=BD=D0=B5?= =?UTF-8?q?=D0=BD=20=D0=BD=D0=B0=20apt=20=D0=B4=D0=BB=D1=8F=20=D0=BB=D1=83?= =?UTF-8?q?=D1=87=D1=88=D0=B5=D0=B9=20=D1=81=D0=BE=D0=B2=D0=BC=D0=B5=D1=81?= =?UTF-8?q?=D1=82=D0=B8=D0=BC=D0=BE=D1=81=D1=82=D0=B8=20modified:=20=20=20?= =?UTF-8?q?custom=5Fupdate=5Flsp.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- custom_update_lsp.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_update_lsp.sh b/custom_update_lsp.sh index 39122e6..d264b7a 100644 --- a/custom_update_lsp.sh +++ b/custom_update_lsp.sh @@ -273,8 +273,8 @@ EOF echo -e "\n${BLUE} Подготовка системы к обновлению...${RESET}" dpkg -s gk-kvm >/dev/null 2>&1 && { apt update && apt install --only-upgrade gk-kvm; } || true - dpkg -s secretnet >/dev/null 2>&1 && { sudo dpkg -P secretnet; } || true - dpkg -s sns >/dev/null 2>&1 && { sudo dpkg -P sns; } || true + dpkg -s secretnet >/dev/null 2>&1 && { sudo apt purge -y secretnet; } || true + dpkg -s sns >/dev/null 2>&1 && { sudo apt purge -y sns; } || true dpkg -s gk-kvm >/dev/null 2>&1 && { tarm_unlock; } || true echo performance | sudo tee /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor