From cdad1fe3bfe101ef31baeae72de4dfb5db7ea68a Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Sun, 9 Dec 2018 23:44:21 -0500 Subject: [PATCH] archlinux: Remove dependency step from bootstrap.sh Any dependencies that need to be installed will be done so from tari-core. --- .archlinux/bootstrap.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/.archlinux/bootstrap.sh b/.archlinux/bootstrap.sh index 254d9b1a..b25d74ff 100755 --- a/.archlinux/bootstrap.sh +++ b/.archlinux/bootstrap.sh @@ -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