Compare commits

..

3 Commits

Author SHA1 Message Date
794a23cf01 Feat: installiert Bleachbit 2025-03-13 09:32:59 +01:00
cef9438f0f Feat: installiert Bleachbit 2025-03-13 09:26:32 +01:00
f02dac4e6c Feat: Installiert Portmaster 2025-03-13 09:20:29 +01:00

View File

@ -18,12 +18,17 @@ sudo apt remove -y firefox kmahjongg kmines kpat ksudoku nextcloud-desktop skanl
echo "🔄 Installiere Pakete..." echo "🔄 Installiere Pakete..."
sudo apt update && sudo apt install -y flatpak neovim ufw rfkill xdg-user-dirs rsync maliit-keyboard ffmpeg printer-driver-* clamav clamav-freshclam clamav-docs libclamunrar9 clamav-daemon sudo apt update && sudo apt install -y flatpak neovim ufw rfkill xdg-user-dirs rsync maliit-keyboard ffmpeg printer-driver-* clamav clamav-freshclam clamav-docs libclamunrar9 clamav-daemon bleachbit
sudo ufw enable sudo ufw enable
# Flatpak Flathub-Repo hinzufügen # Flatpak Flathub-Repo hinzufügen
sudo flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo sudo flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
# Portmaster installieren
wget -O /tmp/portmaster-installer.deb https://updates.safing.io/latest/linux_amd64/packages/portmaster-installer.deb
sudo apt install -y /tmp/portmaster-installer.deb
rm /tmp/portmaster-installer.deb
# Waterfox-Installation # Waterfox-Installation
echo "🌍 Waterfox wird installiert..." echo "🌍 Waterfox wird installiert..."
sudo install -d -m 0755 /etc/apt/keyrings sudo install -d -m 0755 /etc/apt/keyrings