This shows you the differences between two versions of the page.
aix:scripts_category:download_rpm [2022/03/14 14:29] manu created |
aix:scripts_category:download_rpm [2022/03/14 14:56] (current) manu |
||
---|---|---|---|
Line 81: | Line 81: | ||
#proxy=${https_proxy} | #proxy=${https_proxy} | ||
EOF | EOF | ||
+ | |||
+ | if [[ ${https_proxy} != '' ]] | ||
+ | then | ||
+ | echo proxy=${https_proxy} >> /etc/yum/yum.conf | ||
+ | fi | ||
+ | |||
} | } | ||