forked from lrvick/dotfiles
Compare commits
2 Commits
cd14e8b5a8
...
237d8387ec
Author | SHA1 | Date |
---|---|---|
|
237d8387ec | |
|
a7c22571cb |
3
Makefile
3
Makefile
|
@ -1,5 +1,5 @@
|
||||||
QUBES_DIRS = qubes dom0
|
QUBES_DIRS = qubes dom0
|
||||||
ALL_DIRS = $(shell ls -d *\ | sed 's#\##')
|
ALL_DIRS = $(shell ls -d */ | sed 's#/##')
|
||||||
GENERAL_DIRS = $(filter-out $(QUBES_DIRS), $(ALL_DIRS))
|
GENERAL_DIRS = $(filter-out $(QUBES_DIRS), $(ALL_DIRS))
|
||||||
|
|
||||||
.PHONY: all update-git-submodule apply-general apply-qubes install-apt-essentials clean
|
.PHONY: all update-git-submodule apply-general apply-qubes install-apt-essentials clean
|
||||||
|
@ -37,6 +37,7 @@ install-apt-essentials:
|
||||||
curl \
|
curl \
|
||||||
build-essential \
|
build-essential \
|
||||||
jq \
|
jq \
|
||||||
|
wget \
|
||||||
-y
|
-y
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue