Skip to content
This repository has been archived by the owner on May 22, 2022. It is now read-only.

Commit

Permalink
opensource: Don't install liveupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
bsimpson63 committed Oct 12, 2017
1 parent fd2962c commit c3a8a13
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
# plugins:
# about: {ROOTDIR}/about
# gold: {ROOTDIR}/gold
# liveupdate: {ROOTDIR}/liveupdate
#
# All plugins are optional. A plugin will only be installed if it is listed
# in `plugins` AND it is located in a directory that both follows the plugin
Expand Down Expand Up @@ -48,7 +47,6 @@ code_share_guest_path = "/media/reddit_code"
plugins = [
"about",
"gold",
"liveupdate",
]

# overlayfs directories
Expand Down
2 changes: 1 addition & 1 deletion install/install.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ REDDIT_DOMAIN=${REDDIT_DOMAIN:-reddit.local}

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

# aptitude configuration
APTITUDE_OPTIONS=${APTITUDE_OPTIONS:-"-y"}
Expand Down

0 comments on commit c3a8a13

Please sign in to comment.