mirror of
https://github.com/MikaylaFischler/cc-mek-scada.git
synced 2024-08-30 18:22:34 +00:00
no longer mention config.lua for supervisor update
This commit is contained in:
parent
7b85d947c4
commit
95419562ee
@ -18,7 +18,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|||||||
local function println(message) print(tostring(message)) end
|
local function println(message) print(tostring(message)) end
|
||||||
local function print(message) term.write(tostring(message)) end
|
local function print(message) term.write(tostring(message)) end
|
||||||
|
|
||||||
local CCMSI_VERSION = "v1.12"
|
local CCMSI_VERSION = "v1.12a"
|
||||||
|
|
||||||
local install_dir = "/.install-cache"
|
local install_dir = "/.install-cache"
|
||||||
local manifest_path = "https://mikaylafischler.github.io/cc-mek-scada/manifests/"
|
local manifest_path = "https://mikaylafischler.github.io/cc-mek-scada/manifests/"
|
||||||
@ -345,8 +345,7 @@ elseif mode == "install" or mode == "update" then
|
|||||||
if mode == "install" then
|
if mode == "install" then
|
||||||
println("Installing " .. app .. " files...")
|
println("Installing " .. app .. " files...")
|
||||||
elseif mode == "update" then
|
elseif mode == "update" then
|
||||||
if app == "supervisor" or app == "coordinator" or app == "pocket" then
|
if app == "coordinator" or app == "pocket" then println("Updating " .. app .. " files... (keeping old config.lua)")
|
||||||
println("Updating " .. app .. " files... (keeping old config.lua)")
|
|
||||||
else println("Updating " .. app .. " files...") end
|
else println("Updating " .. app .. " files...") end
|
||||||
end
|
end
|
||||||
white()
|
white()
|
||||||
|
Loading…
Reference in New Issue
Block a user