From eae757627ae5817863db38c24ffa3613ac1d9001 Mon Sep 17 00:00:00 2001 From: MayaTheShy Date: Sun, 22 Mar 2026 17:52:18 -0400 Subject: [PATCH] Update git branch references in installer.lua to align with main branch structure --- installer.lua | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) 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)