Skip to content

Commit

Permalink
mafen can put this in his debian pipe and smoke it
Browse files Browse the repository at this point in the history
  • Loading branch information
ilude committed Mar 25, 2024
1 parent 38c3658 commit 0cca148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make.d/install.mk
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ install: build install-docker
REPOS = rmescandon/yq ansible/ansible
MISSING_REPOS := $(foreach repo,$(REPOS),$(if $(shell apt-cache policy | grep $(repo)),,addrepo/$(repo)))

EXECUTABLES = git nano jq yq python3-pip yamllint python3-pathspec ansible
EXECUTABLES = git nano jq yq python3-pip yamllint python3-pathspec ansible software-properties-common
MISSING_PACKAGES := $(foreach exec,$(EXECUTABLES),$(if $(shell dpkg -s "$(exec)" &> /dev/null),,addpackage-$(exec)))

addrepo/%:
Expand Down

0 comments on commit 0cca148

Please sign in to comment.