Update install.sh
This commit is contained in:
parent
e9cc243fbd
commit
695b833d13
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Updating mirrors using reflector.
|
# Updating mirrors using reflector.
|
||||||
echo "Updating mirrors.."
|
echo "Updating mirrors.."
|
||||||
echo-e
|
echo -e
|
||||||
#reflector --verbose --latest 10 --country Germany --age 24 --protocol https --sort rate --save /etc/pacman.d/mirrorlist
|
#reflector --verbose --latest 10 --country Germany --age 24 --protocol https --sort rate --save /etc/pacman.d/mirrorlist
|
||||||
reflector --verbose --latest 10 --age 24 --protocol https --sort rate --save /etc/pacman.d/mirrorlist &&
|
reflector --verbose --latest 10 --age 24 --protocol https --sort rate --save /etc/pacman.d/mirrorlist &&
|
||||||
echo -e
|
echo -e
|
||||||
|
|
Loading…
Reference in New Issue