#187 installer bugfix

This commit is contained in:
Mikayla Fischler
2023-03-04 14:38:42 -05:00
parent 57ccb73efe
commit 5b7a11d157
2 changed files with 4 additions and 2 deletions

View File

@@ -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