Redo backend installer logic to support BIOS/MBR boot on older devices and switch to GRUB2
This commit is contained in:
2
run.sh
2
run.sh
@@ -29,7 +29,7 @@ fi
|
||||
|
||||
# Check and install dependencies (Fedora/DNF)
|
||||
if command -v dnf &> /dev/null; then
|
||||
DEPENDENCIES="python3-gobject gtk4 libadwaita python3-requests gdisk dosfstools e2fsprogs"
|
||||
DEPENDENCIES="python3-gobject gtk4 libadwaita python3-requests gdisk dosfstools e2fsprogs parted grub2-tools openssl"
|
||||
MISSING_DEPS=""
|
||||
|
||||
for dep in $DEPENDENCIES; do
|
||||
|
||||
Reference in New Issue
Block a user