From ea56cad3b02221f9ed581bf4bee48781f5e286f0 Mon Sep 17 00:00:00 2001 From: Jason <4100344+jannson@users.noreply.github.com> Date: Mon, 16 Dec 2024 22:24:44 +0800 Subject: [PATCH] add ubuntu 1.0.10 (#437) Co-authored-by: janson --- applications/app-meta-ubuntu/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/applications/app-meta-ubuntu/Makefile b/applications/app-meta-ubuntu/Makefile index 9ed686c..530e5e1 100644 --- a/applications/app-meta-ubuntu/Makefile +++ b/applications/app-meta-ubuntu/Makefile @@ -2,17 +2,19 @@ include $(TOPDIR)/rules.mk -PKG_VERSION:=1.0.9 +PKG_VERSION:=1.0.10 PKG_RELEASE:=20241216 META_TITLE:=Ubuntu META_DEPENDS:=+luci-app-ubuntu2 +luci-i18n-ubuntu2-zh-cn +docker-deps META_DESCRIPTION:=带Web远程桌面的Docker版Ubuntu,纯英文系统,欢迎各位极客玩家享用。 +META_DESCRIPTION.en=Ubuntu2 is a high-Performance ubuntu with web remote desktop. META_AUTHOR:=xiaobao META_TAGS:=system tool META_LUCI_ENTRY:=/cgi-bin/luci/admin/services/ubuntu2 META_WEBSITE:=https://www.kasmweb.com META_TUTORIAL:=https://doc.linkease.com/zh/guide/easepi/advanced.html\#ubuntu META_AUTOCONF:=path enable +META_UCI:=ubuntu2 include ../../meta.mk