Add support for pacman
lll2yu opened this issue · 1 comments
lll2yu commented
Please consider adding support for pacman(Arch Linux package manager).
himanshub16 commented
I am an Arch user now, and this is how I've been using here.
- Set your
sudo
config to usehttp_proxy
andhttps_proxy
from the user running the sudo command.
OR - Use
sudo -E
for sudo. This preserves environment variables for sudo command used.
For references, refer https://stackoverflow.com/questions/8633461/how-to-keep-environment-variables-when-using-sudo