archlinux: Remove dependency step from bootstrap.sh

Any dependencies that need to be installed will be done so from
tari-core.
This commit is contained in:
Donovan Glover 2018-12-09 23:44:21 -05:00
parent 8ac1e0f765
commit cdad1fe3bf
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -13,9 +13,6 @@ sudo -v
# Source: https://gist.github.com/cowboy/3118588
while true; do sudo -n true; sleep 60; kill -0 "$$" || exit; done 2>/dev/null &
# Install dependencies
sudo -n pacman -S stow
# Install PKGBUILDs
make package=tari-core
make package=bspwm-round-corners-git