1
Installation issues / 1004 net install slimdevices lookup failure [solved]
« on: July 04, 2015, 07:50:24 am »
I had to go back and install 1004 tonight and for some reason the server failed to look up debian.slimdevices.com; not really sure if its a local error on my part, but I had to do the following for the script to run and finish successfully
add line 672 to mce-install.sh
I also added
to /etc/hosts before running the script.
add line 672 to mce-install.sh
Code: [Select]
echo "54.208.89.159 debian.slimdevices.com" >> /etc/hosts
I also added
Code: [Select]
54.208.89.159 debian.slimdevices.com
to /etc/hosts before running the script.