Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion install/install_cc-apps.lua
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ end

print('Downloading apps from github')

local PACKAGE_URL = 'https://github.com/twh2898/cc-libs/releases/latest/download/cc-apps.tar'
local PACKAGE_URL = 'https://github.com/automas-dev/cc-libs/releases/latest/download/cc-apps.tar'
local CHUNK_SIZE = 8192
local resp = assert(http.get(PACKAGE_URL), 'Failed to fetch package from github')
local tar_file = assert(io.open('cc-apps.tar', 'wb'), 'Failed to open tar file')
Expand Down
Loading