Skip to content
Snippets Groups Projects
Verified Commit 15354d1d authored by Karel Koci's avatar Karel Koci :metal:
Browse files

lists: use server-nouplink when we do not need uplink

parent a27305b9
No related branches found
No related tags found
1 merge request!123Turris OS 5.0 (HBK)
......@@ -2,6 +2,7 @@ include(utils.m4)dnl Include utility macros
_FEATURE_GUARD_
Install("foris-data_collect-plugin", "nikola", { priority = 40 })
Install("server-uplink", { priority = 40 })
if for_l10n then
for_l10n("foris-data_collect-plugin-l10n-")
end
......
......@@ -2,6 +2,7 @@ include(utils.m4)dnl Include utility macros
_FEATURE_GUARD_
Install("foris", "foris-diagnostics-plugin", "turris-webapps", "lighttpd-https-cert", { priority = 40 })
Install("server-nouplink", { priority = 10 })
if for_l10n then
for_l10n("foris-l10n-")
for_l10n("foris-diagnostics-plugin-l10n-")
......
......@@ -2,5 +2,6 @@ include(utils.m4)dnl Include utility macros
_FEATURE_GUARD_
Install("haas-proxy", { priority = 40 })
Install("server-uplink", { priority = 40 })
_END_FEATURE_GUARD_
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment