Compare commits

..

3 Commits

2 changed files with 3 additions and 1 deletions

View File

@ -7,7 +7,7 @@ if [ "$(id -u)" -ne 0 ]; then
fi fi
apt update && apt upgrade -y 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 # Der Code, der eingefügt werden soll
CONFIG_BLOCK='if groups | grep -q "\bsudo\b"; then CONFIG_BLOCK='if groups | grep -q "\bsudo\b"; then

View File

@ -232,6 +232,8 @@ flatpak install flathub io.gitlab.adhami3310.Impression -y
flatpak install flathub net.nokyan.Resources -y flatpak install flathub net.nokyan.Resources -y
# Secrets # Secrets
flatpak install flathub org.gnome.World.Secrets -y flatpak install flathub org.gnome.World.Secrets -y
# Archivverwaltung
flatpak install flathub org.gnome.FileRoller
echo "🔄 Installiere VeraCrypt..." 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 echo 'deb http://download.opensuse.org/repositories/home:/unit193:/veracrypt/Debian_12/ /' | sudo tee /etc/apt/sources.list.d/home:unit193:veracrypt.list