Skip to content

Commit 62d83bc

Browse files
committed
Add usage-statistics module
1 parent bd1a8a1 commit 62d83bc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/config

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export DIST_NAME=FullpageOS
22
export DIST_VERSION=0.10.0
3-
export MODULES="base(raspicam, network, disable-services(gui(fullpageos)))"
3+
export MODULES="base(raspicam, network, disable-services(gui(fullpageos), usage-statistics))"
44

55
# if set will enlarge root parition prior to build by provided size in MB
66
export BASE_IMAGE_ENLARGEROOT=1000
@@ -9,3 +9,6 @@ export BASE_IMAGE_ENLARGEROOT=1000
99
# provided size in MB
1010
export BASE_IMAGE_RESIZEROOT=200
1111
export GUI_STARTUP_SCRIPT=/home/pi/scripts/run_onepageos
12+
13+
export USAGE_STATISTICS_URL=https://fullpageos-tracking.gnethomelinux.com
14+

0 commit comments

Comments
 (0)