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
|
||||
"
|
||||
source setup.conf
|
||||
iso=$(curl -4 ifconfig.co/country-iso)
|
||||
iso=$(curl --fail https://ifconfig.co/country-iso)
|
||||
timedatectl set-ntp true
|
||||
pacman -S --noconfirm pacman-contrib terminus-font
|
||||
setfont ter-v22b
|
||||
|
|
|
|||
Loading…
Reference in New Issue