]> gitweb.morketsmerke.org Git - e5270.git/commitdiff
Zmiana immudex-updates w zwykłe narzędzie. Dodanie poleceń aktualizacji pakietów.
authorxf0r3m <jakubstasinski@protonmail.com>
Sun, 25 May 2025 15:58:53 +0000 (17:58 +0200)
committerxf0r3m <jakubstasinski@protonmail.com>
Sun, 25 May 2025 15:58:53 +0000 (17:58 +0200)
base.sh

diff --git a/base.sh b/base.sh
index 8de151e9f20aa52ccea5d16c526032dff6b28812..f20ef8af18ddfc0318068869cba8923b02426ba8 100644 (file)
--- 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;