1
0
Fork 0

Compare commits

..

No commits in common. "237d8387ec8b178c06de95cee8466829cc7ca934" and "cd14e8b5a8ea8e59300d9db352972289769fccbf" have entirely different histories.

1 changed files with 1 additions and 2 deletions

View File

@ -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,7 +37,6 @@ install-apt-essentials:
curl \ curl \
build-essential \ build-essential \
jq \ jq \
wget \
-y -y