Page 1 of 1

wget Help

Posted: 2021 Apr 06 16:35
by Kenzy
How to fix this error !? help please

Code: Select all

 wget http://home.omonas.lt/installer_files/ReHLDS10.sh
--2021-04-06 14:34:06--  http://home.omonas.lt/installer_files/ReHLDS10.sh
Resolving home.omonas.lt (home.omonas.lt)... failed: Temporary failure in name resolution.
wget: unable to resolve host address ‘home.omonas.lt’
/etc/resolv.conf

Code: Select all

domain openstacklocal
search openstacklocal
nameserver 213.186.33.99
/etc/hosts

Code: Select all

127.0.0.1	localhost

# The following lines are desirable for IPv6 capable hosts
::1	localhost	ip6-localhost	ip6-loopback
ff02::1	ip6-allnodes
ff02::2	ip6-allrouters
127.0.1.1	stock.ovh.net	stock
127.0.1.1	vps-b11d1340.vps.ovh.net	vps-b11d1340


Re: wget Help

Posted: 2021 Apr 06 16:40
by Kenzy
Debian 10

Re: wget Help

Posted: 2021 Apr 12 10:05
by popilas
You wanna install server?
wget http://home.omonas.lt/installer_files/ReHLDS10.sh
chmod +x ReHLDS10.sh
./ReHLDS10.sh

Re: wget Help

Posted: 2021 May 08 17:26
by Kenzy
Fixed