Skip to content

Commit

Permalink
Fix antiX
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahdbshsnsndnnm committed Apr 7, 2024
1 parent c6b8082 commit a84179f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grub2/grub.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ if any_exists ${isopath}/almalinux/AlmaLinux-*-Live-*.iso; then
}
fi

if any_exists ${isopath}/antix/antiX-*-full.iso; then
if any_exists ${isopath}/antix/antiX-*.iso; then
menuentry "antiX >" --class antix {
configfile "${prefix}/inc-antix.cfg"
}
Expand Down

0 comments on commit a84179f

Please sign in to comment.