This commit is contained in:
Ward from fusion-voyager-3 2024-12-16 19:02:53 +03:00
parent 5d5a11492f
commit 498a9e57e2

View File

@ -29,6 +29,7 @@ then
busybox echo '[PikaOS Booster Live Hook]: Extracting Ventoy injection archive.' busybox echo '[PikaOS Booster Live Hook]: Extracting Ventoy injection archive.'
busybox tar -xvf '/usr/share/booster/ventoy_injection.tar.xz' -C / busybox tar -xvf '/usr/share/booster/ventoy_injection.tar.xz' -C /
/ventoy/busybox/sh /ventoy/hook/debian/disk_mount_hook.sh /ventoy/busybox/sh /ventoy/hook/debian/disk_mount_hook.sh
/ventoy/busybox/sh /ventoy/hook/debian/antix-disk.sh
else else
busybox echo '[PikaOS Booster Live Hook]: Error: Ventoy injection archive could not be found!' busybox echo '[PikaOS Booster Live Hook]: Error: Ventoy injection archive could not be found!'
exit 31 exit 31