Skip to content

Commit 4415fe0

Browse files
authored
Fixed DNS ✔
1 parent 04047de commit 4415fe0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Installer/Ubuntu20/ubuntu20-openbox.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ rm $tarball
105105
wget --tries=20 $dlink2/openbox.sh -O $folder/openbox.sh
106106
clear
107107
echo "Setting up the installation of Ubuntu20 Openbox"
108-
echo "namesever 1.1.1.1" > $folder/etc/resolv.conf
108+
echo "nameserver 1.1.1.1" > $folder/etc/resolv.conf
109109
echo "APT::Acquire::Retries \"3\";" > $folder/etc/apt/apt.conf.d/80-retries #Setting APT retry count
110110
echo "#!/bin/bash
111111
apt update -y && apt install wget sudo -y

0 commit comments

Comments
 (0)