Update ccpt
This commit is contained in:
parent
9800a04fee
commit
8d15c696fe
4
ccpt
4
ccpt
@ -11,7 +11,7 @@ os.loadAPI("lib/properprint")
|
|||||||
args = {...}
|
args = {...}
|
||||||
|
|
||||||
-- Link to a list of packages that are present by default (used in 'update()')
|
-- 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
|
-- Counters to print out at the very end
|
||||||
installed = 0
|
installed = 0
|
||||||
@ -1006,4 +1006,4 @@ if not (installed+updated+removed==0) then
|
|||||||
actionmessage = actionmessage .. removed .. " packages removed."
|
actionmessage = actionmessage .. removed .. " packages removed."
|
||||||
end
|
end
|
||||||
properprint.pprint(actionmessage)
|
properprint.pprint(actionmessage)
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user