Update git branch references in installer.lua to align with main branch structure
This commit is contained in:
@@ -34,8 +34,9 @@ IN THE SOFTWARE.]],
|
||||
rebootAfter = true,
|
||||
gitRepo = 'kepler155c/opus',
|
||||
|
||||
gitBranch = 'develop-1.8',
|
||||
gitBranch = 'main',
|
||||
branches = {
|
||||
{ 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' },
|
||||
|
||||
Reference in New Issue
Block a user