Fix missing parted
This commit is contained in:
parent
5f71c5913f
commit
2787756e5c
|
@ -100,6 +100,7 @@ prompt_drive() {
|
|||
|
||||
partition() {
|
||||
print_phase "Disk partitioning"
|
||||
install parted
|
||||
prompt_drive
|
||||
|
||||
echo -n "Partitioning drive..."
|
||||
|
|
Loading…
Reference in New Issue