From 8d15c696febe3e6a546cd59ddc7f5c0bee44597b Mon Sep 17 00:00:00 2001 From: Hion-V Date: Sun, 19 Jun 2022 00:29:26 +0200 Subject: [PATCH] Update ccpt --- ccpt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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