diff options
-rw-r--r-- | README.md | 1 | ||||
-rw-r--r-- | pkg93.js | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,5 @@ # pkg93 +A package manager for Windows 93! ## Installation Install the userscript in this repository named "inject.user.js". @@ -72,7 +72,7 @@ var pkg93 = { request.send(null); var json = JSON.parse(request.responseText); $log("<b><span style='color:#0f0'>NAME</span></b> " + json.name); - $log("<b><span style='color:#0f0'>MOTD</span></b> \"" + json.motd + "\""); + $log("<b><span style='color:#0f0'>MSG</span></b> \"" + json.motd + "\""); json.packages.forEach(function(item) { try { $log("<b><span style='color:#0f0'>OK</span></b> " + item + "@" + source); |