aboutsummaryrefslogtreecommitdiffstats
path: root/install.sh
blob: 6effadb35cb022ae15803628786dd5b941969599 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

#if ! [ rustc --version > /dev/null 2>&1 ]; then
#    sudo pacman -S rustup || exit $?
#    rustup default stable || exit $?
#fi
makepkg -f || exit $?
sudo pacman -U dotfiles-installer*.pkg.tar*