From 8b846f372488cca4932c1a8f6a9131107a23fcf7 Mon Sep 17 00:00:00 2001 From: DragonSlayer_14 Date: Sun, 9 Mar 2025 22:27:05 +0100 Subject: [PATCH 1/2] =?UTF-8?q?Feat:=20F=C3=BCgt=20FileRoller=20zur=20Inst?= =?UTF-8?q?allation=20hinzu.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 10_Programs.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/10_Programs.sh b/10_Programs.sh index d925d34..3dd72a7 100755 --- a/10_Programs.sh +++ b/10_Programs.sh @@ -232,6 +232,8 @@ flatpak install flathub io.gitlab.adhami3310.Impression -y flatpak install flathub net.nokyan.Resources -y # Secrets flatpak install flathub org.gnome.World.Secrets -y +# Archivverwaltung +flatpak install flathub org.gnome.FileRoller echo "🔄 Installiere VeraCrypt..." echo 'deb http://download.opensuse.org/repositories/home:/unit193:/veracrypt/Debian_12/ /' | sudo tee /etc/apt/sources.list.d/home:unit193:veracrypt.list -- 2.47.2 From 34d7363c34a8c5c2780c6cc36678bdbd4bbe7ae7 Mon Sep 17 00:00:00 2001 From: DragonSlayer_14 Date: Sun, 9 Mar 2025 22:27:25 +0100 Subject: [PATCH 2/2] =?UTF-8?q?Feat:=20Installiert=20n=C3=BCtzliche=20Prog?= =?UTF-8?q?ramme=20im=20Setup.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 0_Setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/0_Setup.sh b/0_Setup.sh index a16ab4a..8e98297 100755 --- a/0_Setup.sh +++ b/0_Setup.sh @@ -7,7 +7,7 @@ if [ "$(id -u)" -ne 0 ]; then fi apt update && apt upgrade -y -apt install -y git sudo +apt install -y git sudo 7zip unrar unzip network-manager software-properties-common tree bluetooth # Der Code, der eingefügt werden soll CONFIG_BLOCK='if groups | grep -q "\bsudo\b"; then -- 2.47.2