5
0
Fork 0
mirror of https://codeberg.org/B3rtl/Ubuntu-Setup-Skripte synced 2025-06-28 03:16:09 +02:00

fehlendes paket

This commit is contained in:
Robert 2023-04-18 18:20:24 +02:00
parent d102f5feff
commit 9be090a044

View file

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