education: add jre for LibreOffice-still both for install and live

This commit is contained in:
Andrey Cherepanov 2021-05-07 23:07:37 +03:00 committed by Anton Midyukov
parent 0dcb8ed5c5
commit 2ce7ac97f0

View File

@ -23,6 +23,7 @@ mixin/education: \
@$(call add,THE_PACKAGES,xinput xorg-drv-libinput)
@$(call add,THE_PACKAGES,net-tools fdisk gdisk parted partclone)
@$(call add,THE_PACKAGES,disable-usb-autosuspend)
@$(call add,THE_PACKAGES,jre)
@$(call add,THE_LISTS,$(call tags,base regular))
ifeq (distro,$(IMAGE_CLASS))
@ -36,6 +37,7 @@ mixin/education-live: \
@$(call add,LIVE_PACKAGES,chromium)
@$(call add,LIVE_PACKAGES,mc-full)
@$(call add,LIVE_PACKAGES,remmina remmina-plugins)
@$(call add,LIVE_PACKAGES,jre)
@$(call add,LIVE_LISTS,$(call tags,base rescue))
mixin/education-installer: \