We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4415fe0 commit 134cef7Copy full SHA for 134cef7
Installer/Ubuntu20/ubuntu20-i3.sh
@@ -105,7 +105,7 @@ rm $tarball
105
wget --tries=20 $dlink2/i3.sh -O $folder/i3.sh
106
clear
107
echo "Setting up the installation of Ubuntu20 i3wm"
108
-echo "namesever 1.1.1.1" > $folder/etc/resolv.conf
+echo "nameserver 1.1.1.1" > $folder/etc/resolv.conf
109
echo "APT::Acquire::Retries \"3\";" > $folder/etc/apt/apt.conf.d/80-retries #Setting APT retry count
110
echo "#!/bin/bash
111
apt update -y && apt install wget sudo -y
0 commit comments