Skip to content

Commit e257968

Browse files
committed
Update install.lua
1 parent 08c9a1b commit e257968

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ function main()
5757
local listfile = path.join(downloadpath, folder .. '.list')
5858
if checkfilesexists(listfile) then return end
5959
if not os.exists(archivefile) then
60-
local url = 'https://ghp.ci//https://github.com/masx200/' ..
60+
local url = 'https://ghp.ci/https://github.com/masx200/' ..
6161
name .. '/archive/' .. version .. '.zip'
6262
print('download url:' .. url .. " to file:" .. archivefile)
6363
download(url, archivefile)

0 commit comments

Comments
 (0)