From b0f99897d43e9ee9f711e86a305b2de0e73117b5 Mon Sep 17 00:00:00 2001
From: Unknown
Date: Wed, 11 Apr 2018 17:41:37 +0100
Subject: fix add-repo, rm-repo
---
pkg93.js | 1 +
1 file changed, 1 insertion(+)
diff --git a/pkg93.js b/pkg93.js
index 69c5b76..a136e31 100644
--- a/pkg93.js
+++ b/pkg93.js
@@ -193,6 +193,7 @@ pkg93 rm kebab`;
} else if (args[0] == "add-repo") {
try {
config.repos.push(args[1]); // well, that was easy
+ localStorage[".pkg93/config.json"] = JSON.stringify(config);
$log("OK Done!\n Run \"pkg93 pull\" to update the package listing.");
} catch (err) {
$log("ERR " + err.message);
--
cgit v1.2.3