added https protocol with curl
This commit is contained in:
parent
963611de58
commit
91e6ad5422
|
|
@ -23,7 +23,7 @@ echo -ne "
|
||||||
Setting up mirrors for optimal download
|
Setting up mirrors for optimal download
|
||||||
"
|
"
|
||||||
source setup.conf
|
source setup.conf
|
||||||
iso=$(curl -4 ifconfig.co/country-iso)
|
iso=$(curl --fail https://ifconfig.co/country-iso)
|
||||||
timedatectl set-ntp true
|
timedatectl set-ntp true
|
||||||
pacman -S --noconfirm pacman-contrib terminus-font
|
pacman -S --noconfirm pacman-contrib terminus-font
|
||||||
setfont ter-v22b
|
setfont ter-v22b
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue