Feat: Installiert Portmaster
This commit is contained in:
parent
f719783cba
commit
f02dac4e6c
@ -16,6 +16,11 @@ 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