ccmsi print fix

This commit is contained in:
Mikayla Fischler 2024-02-19 20:24:30 -05:00
parent c47fa5433f
commit 96db709ced

View File

@ -342,7 +342,7 @@ elseif mode == "install" or mode == "update" then
ver.lockbox.v_remote = manifest.versions.lockbox
green()
if mode == "install" then println("Installing ") else println("Updating ") end
if mode == "install" then print("Installing ") else print("Updating ") end
println(app.." files...");white()
ver.boot.changed = show_pkg_change("bootldr", ver.boot)