Feat: Passt die Debian 12 bookworm Install-Skripte für Tuxedo OS an.

This commit is contained in:
2025-03-09 23:31:50 +01:00
parent eefe740b81
commit d991228c6b
8 changed files with 53 additions and 86 deletions

View File

@@ -236,9 +236,8 @@ flatpak install flathub org.gnome.World.Secrets -y
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
curl -fsSL https://download.opensuse.org/repositories/home:unit193:veracrypt/Debian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_unit193_veracrypt.gpg > /dev/null
sudo add-apt-repository ppa:unit193/encryption
sudo apt update
sudo apt install veracrypt
sudo apt install -y veracrypt
echo "✅ Alle Programme wurden erfolgreich installiert!"