mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
reate_livestick*: rename to create_installstick*
This commit is contained in:
parent
cbc2d48b2f
commit
9c2ff2dedd
@ -27,7 +27,7 @@ if [ "$(id -u)" != "0" ]; then
|
|||||||
clear
|
clear
|
||||||
echo "#########################################################"
|
echo "#########################################################"
|
||||||
echo "# please execute with 'sudo' or -DANGEROUS!!!- as root #"
|
echo "# please execute with 'sudo' or -DANGEROUS!!!- as root #"
|
||||||
echo "# example: sudo ./create_livestick <drive> #"
|
echo "# example: sudo ./create_installstick <drive> #"
|
||||||
echo "#########################################################"
|
echo "#########################################################"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
@ -36,7 +36,7 @@ if [ -z "$1" ]; then
|
|||||||
clear
|
clear
|
||||||
echo "#########################################################"
|
echo "#########################################################"
|
||||||
echo "# please execute with your drive as option #"
|
echo "# please execute with your drive as option #"
|
||||||
echo "# example: sudo ./create_livestick /dev/sdb #"
|
echo "# example: sudo ./create_installstick /dev/sdb #"
|
||||||
echo "#########################################################"
|
echo "#########################################################"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
@ -46,7 +46,7 @@ Var "DRIVE_LETTER"
|
|||||||
!insertmacro MUI_PAGE_LICENSE "gpl-2.0.txt"
|
!insertmacro MUI_PAGE_LICENSE "gpl-2.0.txt"
|
||||||
|
|
||||||
Name "${PRODUCT_NAME}"
|
Name "${PRODUCT_NAME}"
|
||||||
OutFile 'create_installerstick.exe'
|
OutFile 'create_installstick.exe'
|
||||||
ShowInstDetails show
|
ShowInstDetails show
|
||||||
AllowRootDirInstall true
|
AllowRootDirInstall true
|
||||||
RequestExecutionLevel admin
|
RequestExecutionLevel admin
|
||||||
|
Loading…
x
Reference in New Issue
Block a user