From d0d5b234f1a6be17457781b3691694941c38f8c0 Mon Sep 17 00:00:00 2001 From: xf0r3m Date: Sun, 25 May 2025 17:58:53 +0200 Subject: [PATCH] =?utf8?q?Zmiana=20immudex-updates=20w=20zwyk=C5=82e=20nar?= =?utf8?q?z=C4=99dzie.=20Dodanie=20polece=C5=84=20aktualizacji=20pakiet?= =?utf8?q?=C3=B3w.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- base.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/base.sh b/base.sh index 8de151e..f20ef8a 100644 --- a/base.sh +++ b/base.sh @@ -153,7 +153,6 @@ if [ -f /usr/share/applications/qmmp.desktop ]; then ln -s /usr/share/applications/qmmp.desktop /usr/share/applications/qmmp-1.desktop; fi #cp -vv ~/immudex/files/immudex_hostname.service /etc/systemd/system; -cp -vv ~/e5270/immudex_updates.service /etc/systemd/system; tar -xf ~/immudex/files/mozilla.tgz -C /etc/skel; wget https://ftp.morketsmerke.org/librewolf/librewolf.tgz -O /tmp/librewolf.tgz; @@ -163,7 +162,6 @@ wget https://ftp.morketsmerke.org/librewolf/16844254192.desktop -O /etc/skel/.co #Wyłączenie dla mnie immudex_hostname, ze względu na VPN #systemctl enable immudex_hostname.service; -systemctl enable immudex_updates.service; cat >> /etc/bash.bashrc << EOL if [ ! -f /tmp/.motd ]; then @@ -263,4 +261,7 @@ install_packages libfftw3-dev libglfw3-dev libvolk2-dev librtaudio-dev libzstd-d wget https://github.com/AlexandreRouma/SDRPlusPlus/releases/download/nightly/sdrpp_debian_bookworm_amd64.deb; dpkg -i sdrpp_debian_bookworm_amd64.deb; +apt update; +apt upgrade -y + tidy; -- 2.39.5