From 9be090a044c788b130023c4a2e1c0457012c8ab1 Mon Sep 17 00:00:00 2001 From: Robert Date: Tue, 18 Apr 2023 18:20:24 +0200 Subject: [PATCH] fehlendes paket --- installstick/dlg_platte_bespielen_btrfs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installstick/dlg_platte_bespielen_btrfs.sh b/installstick/dlg_platte_bespielen_btrfs.sh index 6e7887d..5329488 100755 --- a/installstick/dlg_platte_bespielen_btrfs.sh +++ b/installstick/dlg_platte_bespielen_btrfs.sh @@ -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