From dbe3ed81b5613efeaa72dcde29eab3ee2c9098fb Mon Sep 17 00:00:00 2001 From: YGAS Date: Fri, 24 Dec 2021 14:28:04 +0800 Subject: [PATCH] update ubuntu --- applications/luci-app-ubuntu/luasrc/model/cbi/ubuntu/status.lua | 2 +- applications/luci-app-ubuntu/root/etc/config/ubuntu | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/applications/luci-app-ubuntu/luasrc/model/cbi/ubuntu/status.lua b/applications/luci-app-ubuntu/luasrc/model/cbi/ubuntu/status.lua index a12f63d..eb4e650 100755 --- a/applications/luci-app-ubuntu/luasrc/model/cbi/ubuntu/status.lua +++ b/applications/luci-app-ubuntu/luasrc/model/cbi/ubuntu/status.lua @@ -3,7 +3,7 @@ local uci = luci.model.uci.cursor() local sys = require 'luci.sys' local docker = require "luci.model.docker" -m = SimpleForm("ubuntu", translate("ubuntu"), translate("Linkease-PC是为EasePi定制的一套Ubuntu系统。纯英文系统,欢迎各位极客玩家享用。") +m = SimpleForm("ubuntu", translate("ubuntu"), translate("Linkease-PC是为EasePi定制的一套Ubuntu系统。纯英文系统,欢迎各位极客玩家享用。默认<用户名:kasm_user 密码:password>") .. translatef(" " .. "" .. "访问官网", "https://easepi.linkease.com/")) diff --git a/applications/luci-app-ubuntu/root/etc/config/ubuntu b/applications/luci-app-ubuntu/root/etc/config/ubuntu index 6bec528..63eed92 100644 --- a/applications/luci-app-ubuntu/root/etc/config/ubuntu +++ b/applications/luci-app-ubuntu/root/etc/config/ubuntu @@ -1,4 +1,4 @@ -config kodexplorer +config ubuntu option 'image' 'linkease/desktop-ubuntu-arm64:develop' option 'password' 'password' option 'port' '6901'