#187 installer bugfix
This commit is contained in:
@@ -20,7 +20,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
local function println(message) print(tostring(message)) end
|
||||
local function print(message) term.write(tostring(message)) end
|
||||
|
||||
local CCMSI_VERSION = "v0.9k"
|
||||
local CCMSI_VERSION = "v0.9l"
|
||||
|
||||
local install_dir = "/.install-cache"
|
||||
local repo_path = "http://raw.githubusercontent.com/MikaylaFischler/cc-mek-scada/"
|
||||
@@ -162,6 +162,8 @@ if mode == "check" then
|
||||
term.setTextColor(colors.yellow)
|
||||
println("failed to load local installation information")
|
||||
term.setTextColor(colors.white)
|
||||
|
||||
local_manifest.versions = { installer = CCMSI_VERSION }
|
||||
else
|
||||
local_manifest.versions.installer = CCMSI_VERSION
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user