mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-27 12:46:53 +00:00
Merge pull request #532 from MilhouseVH/distro_tool_server_move
distro-tool: Change default target after server move from web01 to web03
This commit is contained in:
commit
ddaddb51ae
@ -21,7 +21,7 @@ set -e
|
|||||||
[ -z "${DEBUG_LOG}" ] && DEBUG_LOG=/tmp/distro-tool.log
|
[ -z "${DEBUG_LOG}" ] && DEBUG_LOG=/tmp/distro-tool.log
|
||||||
|
|
||||||
LIBREELEC_DIR=$HOME/LibreELEC.tv
|
LIBREELEC_DIR=$HOME/LibreELEC.tv
|
||||||
TARGET_DIR=/var/www/sources
|
TARGET_DIR=/community/sources
|
||||||
DOWNLOAD_DIR=$HOME/download
|
DOWNLOAD_DIR=$HOME/download
|
||||||
REVISION=
|
REVISION=
|
||||||
PACKAGE=
|
PACKAGE=
|
||||||
@ -635,7 +635,7 @@ Usage: $(basename $0) -d|--download <path> [-t|--target <path>] [-l|--libreelec
|
|||||||
|
|
||||||
Options:
|
Options:
|
||||||
-d, --download: Directory path into which new package files will be downloaded - default is $HOME/download[1]
|
-d, --download: Directory path into which new package files will be downloaded - default is $HOME/download[1]
|
||||||
-t, --target: Directory path for existing packages that are to be refreshed, default is /var/www/sources[2]
|
-t, --target: Directory path for existing packages that are to be refreshed, default is /community/sources[2]
|
||||||
-l, --libreelec: LibreELEC.tv repo, default is ${HOME}/LibreELEC.tv
|
-l, --libreelec: LibreELEC.tv repo, default is ${HOME}/LibreELEC.tv
|
||||||
-m, --mirror: Target is mirror not source - mirror uses a hierarchical per-package folder structure
|
-m, --mirror: Target is mirror not source - mirror uses a hierarchical per-package folder structure
|
||||||
-s, --source: Target is source not mirror - source uses a flattened file structure. Default is mirror
|
-s, --source: Target is source not mirror - source uses a flattened file structure. Default is mirror
|
||||||
|
Loading…
x
Reference in New Issue
Block a user