summaryrefslogtreecommitdiffstats
path: root/hosts/logi1/postinst
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/logi1/postinst')
-rw-r--r--hosts/logi1/postinst6
1 files changed, 6 insertions, 0 deletions
diff --git a/hosts/logi1/postinst b/hosts/logi1/postinst
index 484f8b7..e8ac45e 100644
--- a/hosts/logi1/postinst
+++ b/hosts/logi1/postinst
@@ -79,6 +79,12 @@ in_target apt-get -q -y -t stretch-backports install debhelper || return 1
in_target apt-get -q -y --no-install-recommends install diffoscope \
jsbeautifier trydiffoscope
+# Install backported minetest and mods from buster.
+in_target apt-get -q -y -t stretch-backports install minetest || return 1
+in_target apt-get -q -y install minetest-mod-craftguide minetest-mod-homedecor \
+ minetest-mod-mesecons minetest-mod-moreblocks minetest-mod-moreores \
+ minetest-mod-pipeworks || return 1
+
# Set default x-www-browser.
in_target update-alternatives --set x-www-browser /usr/bin/midori