mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 06:06:43 +00:00
commit
30a6fc147d
@ -1,3 +1,7 @@
|
|||||||
|
115
|
||||||
|
- Update to 1.15.1
|
||||||
|
- fix script - STNODEFAULTFOLDER=1
|
||||||
|
|
||||||
114
|
114
|
||||||
- Update to 1.14.0
|
- Update to 1.14.0
|
||||||
|
|
||||||
|
@ -2,9 +2,9 @@
|
|||||||
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
||||||
|
|
||||||
PKG_NAME="syncthing"
|
PKG_NAME="syncthing"
|
||||||
PKG_VERSION="1.14.0"
|
PKG_VERSION="1.15.1"
|
||||||
PKG_SHA256="55a6fb08a9dbc1a31a6b429a16abb3a76d8c24b491a86a52170ddaadea33f683"
|
PKG_SHA256="b867c5056ad073bcb690853558bf9ef6c2356b2038527973cfee501bf9076911"
|
||||||
PKG_REV="114"
|
PKG_REV="115"
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="any"
|
||||||
PKG_LICENSE="MPLv2"
|
PKG_LICENSE="MPLv2"
|
||||||
PKG_SITE="https://syncthing.net/"
|
PKG_SITE="https://syncthing.net/"
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
. /etc/profile
|
. /etc/profile
|
||||||
oe_setup_addon service.system.syncthing
|
oe_setup_addon service.system.syncthing
|
||||||
|
|
||||||
STNODEFAULTFOLDER="y" syncthing -home=$ADDON_HOME \
|
STNODEFAULTFOLDER="1" syncthing -home=$ADDON_HOME \
|
||||||
-gui-address="$gui_address" \
|
-gui-address="$gui_address" \
|
||||||
-logflags=0 \
|
-logflags=0 \
|
||||||
-no-browser \
|
-no-browser \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user