Skip to content

Commit

Permalink
Fix the mistake in apt.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
skulltech authored Jun 22, 2017
1 parent b4ae66e commit d1fb46e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ list_proxy() {
if [ "$lines" -gt 0 ]; then
cat /etc/apt/apt.conf | grep proxy -i | sed -e "s/Acquire//g" -e "s/\:\:/\ /g" -e "s/\;//g"
else
echo -e "\e[36m None \e[0m"
fi
}

Expand Down

0 comments on commit d1fb46e

Please sign in to comment.