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 04047de commit 4415fe0Copy full SHA for 4415fe0
Installer/Ubuntu20/ubuntu20-openbox.sh
@@ -105,7 +105,7 @@ rm $tarball
105
wget --tries=20 $dlink2/openbox.sh -O $folder/openbox.sh
106
clear
107
echo "Setting up the installation of Ubuntu20 Openbox"
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