diff options
Diffstat (limited to 'share')
-rwxr-xr-x | share/hydra/bootless | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/hydra/bootless b/share/hydra/bootless index 75d4a66..2bbed78 100755 --- a/share/hydra/bootless +++ b/share/hydra/bootless @@ -337,7 +337,7 @@ function hydra_bootless_usage { } # Check for requirements -for req in parted kpartx; do +for req in parted; do hydra_install_package $req done |