Update ccpt

This commit is contained in:
Hion-V 2022-06-19 00:29:26 +02:00 committed by GitHub
parent 9800a04fee
commit 8d15c696fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
ccpt
View File

@ -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
end