update ubuntu

This commit is contained in:
YGAS 2021-12-24 14:28:04 +08:00
parent 8441e48eea
commit dbe3ed81b5
2 changed files with 2 additions and 2 deletions

View File

@ -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(" "
.. "<a href=\"%s\" target=\"_blank\">"
.. "访问官网</a>", "https://easepi.linkease.com/"))

View File

@ -1,4 +1,4 @@
config kodexplorer
config ubuntu
option 'image' 'linkease/desktop-ubuntu-arm64:develop'
option 'password' 'password'
option 'port' '6901'