📜  yum add proxy - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:31.201000             🧑  作者: Mango

代码示例1
# Open yum.conf
vi /etc/yum.conf
# Add this line at the end of file
echo "proxy=http://nom_or_ip_address_of_proxy:port/" >> /etc/yum.conf