Skip to content

Instantly share code, notes, and snippets.

diff --git a/clydelib/aur.lua b/clydelib/aur.lua
index 3b33529..81b98d9 100644
--- a/clydelib/aur.lua
+++ b/clydelib/aur.lua
@@ -15,6 +15,7 @@ function download(host, file, user)
lfs.mkdir("/tmp/clyde-"..user.."/"..foldername)
local f, err = io.open("/tmp/clyde-"..user.."/"..foldername.. "/" ..filename, "w")
local received = 0
+ http.PROXY = os.getenv('http_proxy');
local r, c, h = http.request {