mirror of
https://github.com/kepler155c/opus
synced 2026-08-31 22:58:58 +00:00
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