15 lines
312 B
Makefile
15 lines
312 B
Makefile
update:
|
|
cd pkg && ./update-config.sh
|
|
|
|
configure:
|
|
cd pkg && sudo ./configure-system.sh && ./configure-user.sh
|
|
|
|
install-packages:
|
|
cd pkg && sudo ./install-official-packages.sh && install-aur-packages.sh
|
|
|
|
yay:
|
|
#todo
|
|
|
|
install-blackarch:
|
|
cd pkg/scripts && curl -O https://blackarch.org/strap.sh && sh ./strap.sh
|