Compare commits
No commits in common. "cef9438f0f67504721cd585b952c8ae5c63ba3a8" and "f719783cba6dbef4e250d8d88451331a7e2b0fb5" have entirely different histories.
cef9438f0f
...
f719783cba
@ -10,17 +10,12 @@ fi
|
|||||||
|
|
||||||
# System aktualisieren und benötigte Pakete installieren
|
# System aktualisieren und benötigte Pakete installieren
|
||||||
echo "🔄 System wird aktualisiert..."
|
echo "🔄 System wird aktualisiert..."
|
||||||
sudo apt update && sudo apt install -y flatpak neovim ufw rfkill xdg-user-dirs rsync clamav clamav-freshclam clamav-docs libclamunrar9 clamav-daemon bleachbit
|
sudo apt update && sudo apt install -y flatpak neovim ufw rfkill xdg-user-dirs rsync clamav clamav-freshclam clamav-docs libclamunrar9 clamav-daemon
|
||||||
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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user