Skip to content

Commit c3a8a13

Browse files
committed
opensource: Don't install liveupdate
1 parent fd2962c commit c3a8a13

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Vagrantfile

-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
# plugins:
1111
# about: {ROOTDIR}/about
1212
# gold: {ROOTDIR}/gold
13-
# liveupdate: {ROOTDIR}/liveupdate
1413
#
1514
# All plugins are optional. A plugin will only be installed if it is listed
1615
# in `plugins` AND it is located in a directory that both follows the plugin
@@ -48,7 +47,6 @@ code_share_guest_path = "/media/reddit_code"
4847
plugins = [
4948
"about",
5049
"gold",
51-
"liveupdate",
5250
]
5351

5452
# overlayfs directories

install/install.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ REDDIT_DOMAIN=${REDDIT_DOMAIN:-reddit.local}
4242

4343
# the plugins to install if they adhere to plugin naming and location
4444
# conventions on the host
45-
REDDIT_PLUGINS=${REDDIT_PLUGINS:-about gold liveupdate}
45+
REDDIT_PLUGINS=${REDDIT_PLUGINS:-about gold}
4646

4747
# aptitude configuration
4848
APTITUDE_OPTIONS=${APTITUDE_OPTIONS:-"-y"}

0 commit comments

Comments
 (0)