mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-05-30 06:29:03 +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
|
# Source: https://gist.github.com/cowboy/3118588
|
||||||
while true; do sudo -n true; sleep 60; kill -0 "$$" || exit; done 2>/dev/null &
|
while true; do sudo -n true; sleep 60; kill -0 "$$" || exit; done 2>/dev/null &
|
||||||
|
|
||||||
# Install dependencies
|
|
||||||
sudo -n pacman -S stow
|
|
||||||
|
|
||||||
# Install PKGBUILDs
|
# Install PKGBUILDs
|
||||||
make package=tari-core
|
make package=tari-core
|
||||||
make package=bspwm-round-corners-git
|
make package=bspwm-round-corners-git
|
||||||
|
Loading…
x
Reference in New Issue
Block a user