summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--basilisk/app/profile/basilisk.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/basilisk/app/profile/basilisk.js b/basilisk/app/profile/basilisk.js
index 2304aa5..9fe8c1a 100644
--- a/basilisk/app/profile/basilisk.js
+++ b/basilisk/app/profile/basilisk.js
@@ -116,7 +116,7 @@ pref("app.update.enabled", true);
// If set to true, the Update Service will automatically download updates when
// app updates are enabled per the app.update.enabled preference and if the user
// can apply updates.
-pref("app.update.auto", false);
+pref("app.update.auto", true);
// If set to true, the Update Service will present no UI for any event.
pref("app.update.silent", false);