diff --git a/arch_install.sh b/arch_install.sh index 36b264a..ceed2a5 100755 --- a/arch_install.sh +++ b/arch_install.sh @@ -108,6 +108,7 @@ sed -i "s/^#VerbosePkgLists/VerbosePkgLists/" /etc/pacman.conf sed -i "s/^#ParallelDownloads = 5/ParallelDownloads = 10/" /etc/pacman.conf sed -i "s/^ParallelDownloads = 10/&\nILoveCandy" /etc/pacman.conf sed -i "/\[multilib\]/,/Include/"'s/^#//' /etc/pacman.conf +pacman -Syu echo "Setting up time zone" ln -sf /usr/share/zoneinfo/Europe/Zagreb /etc/localtime