Skip to content

Commit

Permalink
Fixed DNS βœ…
Browse files Browse the repository at this point in the history
  • Loading branch information
ultrahacx authored Aug 1, 2020
1 parent 4415fe0 commit 134cef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Installer/Ubuntu20/ubuntu20-i3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ rm $tarball
wget --tries=20 $dlink2/i3.sh -O $folder/i3.sh
clear
echo "Setting up the installation of Ubuntu20 i3wm"
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

1 comment on commit 134cef7

@Jaybonez7777
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Installer/Ubuntu20/ubuntu20-i3.sh

Please sign in to comment.