diff --git a/installer.lua b/installer.lua index 54e5c11..d009d42 100644 --- a/installer.lua +++ b/installer.lua @@ -34,12 +34,13 @@ IN THE SOFTWARE.]], rebootAfter = true, gitRepo = 'kepler155c/opus', - gitBranch = 'develop-1.8', + gitBranch = 'main', branches = { - { branch = 'develop-1.8', description = '1.8+ Unstable' }, - { branch = 'master-1.8', description = '1.8+ Stable' }, - { branch = 'master', description = '1.7x Stable' }, - { branch = 'develop', description = '1.7x Unstable' }, + { branch = 'main', description = 'Main' }, + { branch = 'develop-1.8', description = '1.8+ Unstable' }, + { branch = 'master-1.8', description = '1.8+ Stable' }, + { branch = 'master', description = '1.7x Stable' }, + { branch = 'develop', description = '1.7x Unstable' }, }, preCopy = function(mode)