diff options
Diffstat (limited to '1-setup.sh')
| -rwxr-xr-x | 1-setup.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -17,7 +17,6 @@ echo "Setting up mirrors for optimal download " echo "-------------------------------------------------" pacman -S --noconfirm pacman-contrib curl pacman -S --noconfirm reflector rsync -iso=$(curl -4 ifconfig.co/country-iso) cp /etc/pacman.d/mirrorlist /etc/pacman.d/mirrorlist.bak nc=$(grep -c ^processor /proc/cpuinfo) @@ -37,7 +36,7 @@ sed -i 's/^#en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen locale-gen timedatectl --no-ask-password set-timezone America/Chicago timedatectl --no-ask-password set-ntp 1 -localectl --no-ask-password set-locale LANG="en_US.UTF-8" LC_COLLATE="" LC_TIME="en_US.UTF-8" +localectl --no-ask-password set-locale LANG="en_US.UTF-8" LC_TIME="en_US.UTF-8" # Set keymaps localectl --no-ask-password set-keymap us @@ -146,6 +145,7 @@ PKGS=( 'neofetch' 'networkmanager' 'ntfs-3g' +'ntp' 'okular' 'openbsd-netcat' 'openssh' |
