Feat: Fügt Installation von ufw hinzu.
This commit is contained in:
parent
77f372b82c
commit
a5f77c9b7f
@ -9,7 +9,8 @@ if [[ $EUID -eq 0 ]]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
echo "🔄 System wird aktualisiert..."
|
echo "🔄 System wird aktualisiert..."
|
||||||
sudo apt update && sudo apt install -y flatpak neovim
|
sudo apt update && sudo apt install -y flatpak neovim ufw rfkill
|
||||||
|
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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user