Feat: Installiert nützliche Programme im Setup.

This commit is contained in:
DragonSlayer_14 2025-03-09 22:27:25 +01:00
parent 8b846f3724
commit 34d7363c34

View File

@ -7,7 +7,7 @@ if [ "$(id -u)" -ne 0 ]; then
fi fi
apt update && apt upgrade -y apt update && apt upgrade -y
apt install -y git sudo apt install -y git sudo 7zip unrar unzip network-manager software-properties-common tree bluetooth
# Der Code, der eingefügt werden soll # Der Code, der eingefügt werden soll
CONFIG_BLOCK='if groups | grep -q "\bsudo\b"; then CONFIG_BLOCK='if groups | grep -q "\bsudo\b"; then