Skip to content

Commit

Permalink
Fixed DNS βœ”
Browse files Browse the repository at this point in the history
  • Loading branch information
ultrahacx authored Jul 29, 2020
1 parent 04047de commit 4415fe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Installer/Ubuntu20/ubuntu20-openbox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ rm $tarball
wget --tries=20 $dlink2/openbox.sh -O $folder/openbox.sh
clear
echo "Setting up the installation of Ubuntu20 Openbox"
echo "namesever 1.1.1.1" > $folder/etc/resolv.conf
echo "nameserver 1.1.1.1" > $folder/etc/resolv.conf
echo "APT::Acquire::Retries \"3\";" > $folder/etc/apt/apt.conf.d/80-retries #Setting APT retry count
echo "#!/bin/bash
apt update -y && apt install wget sudo -y
Expand Down

0 comments on commit 4415fe0

Please sign in to comment.