From aa136ca4c171a5865201d095333dfbbb2d0160d3 Mon Sep 17 00:00:00 2001 From: kosenka Date: Fri, 5 Sep 2025 21:49:37 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=201-update.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 1-update.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/1-update.sh b/1-update.sh index c4a015b..86875b4 100644 --- a/1-update.sh +++ b/1-update.sh @@ -63,8 +63,10 @@ sed -i -e 's/APT::Periodic::Unattended-Upgrade "1";/APT::Periodic::Unattended-Up snap remove --purge snapd && apt-get -y remove snapd && apt-get -y autoremove -apt install -y netplan.io isc-dhcp-client isc-dhcp-common mc net-tools iputils-ping inetutils-traceroute htop ca-certificates -apt install -y apt-utils aptitude locales git squashfs-tools tzdata fdisk gdisk mc net-tools iputils-ping inetutils-traceroute iproute2 +apt-get -qq install -y netplan.io isc-dhcp-client isc-dhcp-common mc net-tools iputils-ping inetutils-traceroute htop ca-certificates +apt-get -qq install -y apt-utils aptitude locales git squashfs-tools tzdata fdisk gdisk mc iputils-ping inetutils-traceroute iproute2 +apt-get -qq install -y cifs-utils pwgen wget curl lsb-release smbclient +apt-get -qq install -y lsof gnupg2 apt-transport-https software-properties-common gnupg gcc make ### ? systemctl disable snapd.service && systemctl disable snapd.socket && systemctl disable snapd.seeded.service && systemctl mask snapd.service && rm -rf /var/cache/snapd/ && apt autoremove --purge snapd -y && rm -rf ~/snap