summarylogtreecommitdiffstats
path: root/muwire.sh
diff options
context:
space:
mode:
authorDaniel Bermond2020-09-26 17:08:58 +0000
committerDaniel Bermond2020-09-26 17:08:58 +0000
commit3e63e7329fe4a226b974e045a6d2c65f74f7a945 (patch)
tree25e832bc6666e6d3420cbc2187edee0c31ae977c /muwire.sh
parentac7c25de2defc412339c834e94368b7f0a0ec518 (diff)
downloadaur-3e63e7329fe4a226b974e045a6d2c65f74f7a945.tar.gz
Disable updates inside the application
References ---------- https://github.com/zlatinb/muwire/commit/72985bacb62c381cd64e4ebc12c5bd0e8a34224f
Diffstat (limited to 'muwire.sh')
-rw-r--r--muwire.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/muwire.sh b/muwire.sh
index 5e83e74eb1a3..d6d575e1ac10 100644
--- a/muwire.sh
+++ b/muwire.sh
@@ -2,6 +2,7 @@
exec java \
-Xmx256M \
+ -DdisableUpdates='true' \
--add-opens java.base/java.lang='ALL-UNNAMED' \
--add-opens java.base/sun.nio.fs='ALL-UNNAMED' \
--add-opens java.base/java.nio='ALL-UNNAMED' \