From 2787756e5c5744cf426385515bd2b8dde2a4e624 Mon Sep 17 00:00:00 2001 From: Augusto Gunsch Date: Mon, 9 Aug 2021 15:50:08 -0300 Subject: [PATCH] Fix missing parted --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index a754386..77a6644 100755 --- a/install.sh +++ b/install.sh @@ -100,6 +100,7 @@ prompt_drive() { partition() { print_phase "Disk partitioning" + install parted prompt_drive echo -n "Partitioning drive..."