package manager install/uninstall directives
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user