diff --git a/ccpt b/ccpt index 227eb1d..6ac0145 100644 --- a/ccpt +++ b/ccpt @@ -11,7 +11,7 @@ os.loadAPI("lib/properprint") args = {...} -- Link to a list of packages that are present by default (used in 'update()') -defaultpackageurl = "https://raw.githubusercontent.com/PentagonLP/ccpt/main/defaultpackages.ccpt" +defaultpackageurl = "https://raw.githubusercontent.com/Hion-V/ccpt/main/defaultpackages.ccpt" -- Counters to print out at the very end installed = 0 @@ -1006,4 +1006,4 @@ if not (installed+updated+removed==0) then actionmessage = actionmessage .. removed .. " packages removed." end properprint.pprint(actionmessage) -end \ No newline at end of file +end