Skip to content
Snippets Groups Projects
Commit 62a76d20 authored by wonko's avatar wonko
Browse files

type in install.hq

parent 30f62f2b
No related branches found
No related tags found
No related merge requests found
......@@ -12,8 +12,8 @@ if [ "$1" != "RUNME" ]; then
exit
fi
#check for install.hqs
if ping -c 5 instal.hq; then
#check for install.hq
if ping -c 5 install.hq; then
echo 'Acquire::http::Proxy "http://install.hq:8080/";' > /etc/apt/apt.conf
else
echo "#no proxy" > /etc/apt/apt.conf
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment