Replace with
This commit is contained in:
parent
709677e574
commit
6421736a19
1 changed files with 3 additions and 3 deletions
6
init.sh
6
init.sh
|
@ -25,9 +25,9 @@ device=""
|
|||
# constant
|
||||
APP_NAME="Debian USB Creator"
|
||||
VERSION="1.99.0"
|
||||
SYSLINUX_EXE=$(which syslinux)
|
||||
PARTED_EXE=$(which parted)
|
||||
MCOPY=$(which mcopy)
|
||||
SYSLINUX_EXE=$(command -v syslinux)
|
||||
PARTED_EXE=$(command -v parted)
|
||||
MCOPY=$(command -v mtoos)
|
||||
SYSLINUX_FILES="menu.c32 vesamenu.c32 libutil.c32 libcom32.c32"
|
||||
SYSLINUX_BIOS_FILES=""
|
||||
SYSLINUX_EFI_FILES="ldlinux.e64"
|
||||
|
|
Reference in a new issue