Browse Source

Edited Install script

main
Yigit Colakoglu 4 years ago
parent
commit
b7e09344bd
2 changed files with 11 additions and 1 deletions
  1. +10
    -1
      arch-setup/chroot.sh
  2. +1
    -0
      config/vim/plugin/languagetool.vim

+ 10
- 1
arch-setup/chroot.sh View File

@ -47,8 +47,17 @@ if [ ! -f "/tmp/.blackarch" ]; then
curl https://blackarch.org/strap.sh > /tmp/strap.sh
chmod +x /tmp/strap.sh
/tmp/strap.sh
echo -e "[multilib]\nInclude = /etc/pacman.d/mirrorlist\n\n[options]\nILoveCandy\nTotalDownload\nColor"
pacman -Syy
touch /tmp/.blackarch
clear
echo -n "Did any errors occur?(y/N): "
read errors
while [ "$errors" = "y" ]; do
echo "Dropping you into a shell so that you can fix them, once you quit the shell, the installation will continue from where you left off."
bash
done
fi
clear


+ 1
- 0
config/vim/plugin/languagetool.vim View File

@ -0,0 +1 @@
let g:languagetool_cmd='/usr/bin/languagetool'

Loading…
Cancel
Save