updated branch list in setup

This commit is contained in:
Moe Fwacky
2022-01-24 15:31:17 -08:00
committed by GitHub
parent 43822a6bb5
commit f6aa037627

View File

@@ -416,7 +416,7 @@ def copy_tv(clientList, installDir, path):
def ps_update():
print("Updating Pseudo Channel") #download and copy updates from git to all branches and boxes
branchList = ['master','develop','python3']
branchList = ['main','develop']
b = 1
print("Select Pseudo Channel Repository Branch (default: master)")
for branch in branchList: