package manager install/uninstall directives

This commit is contained in:
kepler155c@gmail.com
2019-11-09 21:15:07 -07:00
parent 57ea46dde7
commit 9ef4d9ef64
2 changed files with 27 additions and 1 deletions

View File

@@ -44,7 +44,7 @@ function Alt.addChoice(key, value)
config.choices[key] = { }
end
if not Util.contains(config.choices[key], value) then
config.choices[key] = value
table.insert(config.choices[key], value)
Config.update('alternate', config)
end
end