Skip to content

Commit 134cef7

Browse files
authored
Fixed DNS ✅
1 parent 4415fe0 commit 134cef7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Installer/Ubuntu20/ubuntu20-i3.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/i3.sh -O $folder/i3.sh
106106
clear
107107
echo "Setting up the installation of Ubuntu20 i3wm"
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)