Skip to content

Commit f32a2aa

Browse files
committed
armbian fix
1 parent 4d44d3f commit f32a2aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
export DIST_NAME=OctoPi
22
export DIST_VERSION=0.17.0
3-
export MODULES="base(raspicam, network, disable-services(octopi), password-for-sudo)"
3+
export MODULES="base(raspicam, network, disable-services(octopi))"
44

src/modules/octopi/config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# CuraEngine archive & version
1313
[ -n "$OCTOPI_CURAENGINE_VERSION" ] || OCTOPI_CURAENGINE_VERSION=15.04.6
1414
[ -n "$OCTOPI_CURAENGINE_ARCHIVE" ] || OCTOPI_CURAENGINE_ARCHIVE=https://github.com/Ultimaker/CuraEngine/archive/$OCTOPI_CURAENGINE_VERSION.zip
15-
[ -n "$OCTOPI_INCLUDE_CURAENGINE" ] || OCTOPI_INCLUDE_CURAENGINE=yes
15+
[ -n "$OCTOPI_INCLUDE_CURAENGINE" ] || OCTOPI_INCLUDE_CURAENGINE=no
1616

1717
# mjpg streamer
1818
[ -n "$OCTOPI_MJPGSTREAMER_REPO_SHIP" ] || OCTOPI_MJPGSTREAMER_REPO_SHIP=https://github.com/jacksonliam/mjpg-streamer.git

0 commit comments

Comments
 (0)