mirror of
https://github.com/CCLeonOS/LeonOS.git
synced 2026-03-03 15:17:01 +00:00
chore: 更新安装器版本并添加appdelete依赖
更新LeonOS安装器版本至0.3.7 Beta 3 在appdelete程序中添加shell和read模块依赖
This commit is contained in:
@@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
local fs = require("fs")
|
local fs = require("fs")
|
||||||
local tu = require("textutils")
|
local tu = require("textutils")
|
||||||
|
local shell = require("shell")
|
||||||
|
local read = require("read")
|
||||||
|
|
||||||
local function show_help()
|
local function show_help()
|
||||||
print("Usage: appdelete <application_name> [options]")
|
print("Usage: appdelete <application_name> [options]")
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
-- LeonOS installer
|
-- LeonOS installer
|
||||||
local INSTALLER_VERSION = "0.3.7 Beta 2"
|
local INSTALLER_VERSION = "0.3.7 Beta 3"
|
||||||
local DEFAULT_ROM_DIR = "/leonos"
|
local DEFAULT_ROM_DIR = "/leonos"
|
||||||
|
|
||||||
print("Start loading LeonOS installer ("..INSTALLER_VERSION..")...")
|
print("Start loading LeonOS installer ("..INSTALLER_VERSION..")...")
|
||||||
|
|||||||
Reference in New Issue
Block a user