mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 21:26:49 +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
|
||||
echo "#########################################################"
|
||||
echo "# please execute with 'sudo' or -DANGEROUS!!!- as root #"
|
||||
echo "# example: sudo ./create_livestick <drive> #"
|
||||
echo "# example: sudo ./create_installstick <drive> #"
|
||||
echo "#########################################################"
|
||||
exit 1
|
||||
fi
|
||||
@ -36,7 +36,7 @@ if [ -z "$1" ]; then
|
||||
clear
|
||||
echo "#########################################################"
|
||||
echo "# please execute with your drive as option #"
|
||||
echo "# example: sudo ./create_livestick /dev/sdb #"
|
||||
echo "# example: sudo ./create_installstick /dev/sdb #"
|
||||
echo "#########################################################"
|
||||
exit 1
|
||||
fi
|
@ -46,7 +46,7 @@ Var "DRIVE_LETTER"
|
||||
!insertmacro MUI_PAGE_LICENSE "gpl-2.0.txt"
|
||||
|
||||
Name "${PRODUCT_NAME}"
|
||||
OutFile 'create_installerstick.exe'
|
||||
OutFile 'create_installstick.exe'
|
||||
ShowInstDetails show
|
||||
AllowRootDirInstall true
|
||||
RequestExecutionLevel admin
|
||||
|
Loading…
x
Reference in New Issue
Block a user