mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-05-29 14:11:05 +02:00
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:
parent
8ac1e0f765
commit
cdad1fe3bf
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user