Commit c3a8a13 1 parent fd2962c commit c3a8a13 Copy full SHA for c3a8a13
File tree 2 files changed +1
-3
lines changed
2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 10
10
# plugins:
11
11
# about: {ROOTDIR}/about
12
12
# gold: {ROOTDIR}/gold
13
- # liveupdate: {ROOTDIR}/liveupdate
14
13
#
15
14
# All plugins are optional. A plugin will only be installed if it is listed
16
15
# 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"
48
47
plugins = [
49
48
"about" ,
50
49
"gold" ,
51
- "liveupdate" ,
52
50
]
53
51
54
52
# overlayfs directories
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ REDDIT_DOMAIN=${REDDIT_DOMAIN:-reddit.local}
42
42
43
43
# the plugins to install if they adhere to plugin naming and location
44
44
# conventions on the host
45
- REDDIT_PLUGINS=${REDDIT_PLUGINS:- about gold liveupdate }
45
+ REDDIT_PLUGINS=${REDDIT_PLUGINS:- about gold}
46
46
47
47
# aptitude configuration
48
48
APTITUDE_OPTIONS=${APTITUDE_OPTIONS:- " -y" }
You can’t perform that action at this time.
0 commit comments