zusatzpakete mitbringen

This commit is contained in:
Robert 2023-04-18 18:30:37 +02:00
parent 05df5c9d50
commit cfc21d4a7f
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ fi
if [ -z "$(command -v dialog)" ]; then
echo "dialog fehlt! Installiere dialog..."
sudo apt update
sudo apt install -y dialog btrfs-progs
sudo apt install -y dialog
fi