summaryrefslogtreecommitdiffstats
path: root/core/modules/qemu/module.conf.debian
blob: 1853bdf879f3cd62bbfcb2bce3b8c3df90e54225 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash

REQUIRED_INSTALLED_PACKAGES="
	maven
	default-jdk-headless
"

REQUIRED_CONTENT_PACKAGES="
	jq
"