mirror of
https://codeberg.org/Computertruhe/Setup-Skripte.git
synced 2025-06-28 11:26:18 +02:00
zusatzpakete mitbringen
This commit is contained in:
parent
05df5c9d50
commit
cfc21d4a7f
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ fi
|
||||||
if [ -z "$(command -v dialog)" ]; then
|
if [ -z "$(command -v dialog)" ]; then
|
||||||
echo "dialog fehlt! Installiere dialog..."
|
echo "dialog fehlt! Installiere dialog..."
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt install -y dialog btrfs-progs
|
sudo apt install -y dialog
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue