Browse Source

Add yes to yes through yaourt questions and put placeholder for dotfile copier

master
Taylor Bockman 9 years ago
parent
commit
680bdcba37
  1. 5
      scripts/sysinstall/install_packages.sh

5
scripts/sysinstall/install_packages.sh

@ -70,10 +70,13 @@ commands=()
for (( i=0; i<${#commands[@]}; i++ )); do
printf "\n **** Running: ${commands[$i]} ****\n\n"
eval "yaourt -S ${commands[$i]}"
eval "yaourt -S ${commands[$i]} | yes"
done
# Set locale correctly
sudo sed -i -e 's/#en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/g' /etc/locale.gen
sudo locale-gen
# install dotfiles
# run dotfile installer script

Loading…
Cancel
Save