summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon GECOS <u@adam>2024-08-03 10:42:30 -0400
committerGordon GECOS <u@adam>2024-08-03 10:42:30 -0400
commita0484cbc4ab19f09d66db48627faded537c0ab2b (patch)
tree4e77db58aedcacc78f8e3a2bd74ed7b9585efe13
parent9deaa0e7c3a80e908f3c63133a6148e72ebf7308 (diff)
after so many years still improving this incantation
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7b286ae..b7b247a 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ SHELL = bash
2 2
3snapshot_uri_base = https://snapshot.debian.org/package 3snapshot_uri_base = https://snapshot.debian.org/package
4 4
5sudo != [ "$$(id -u)" = 0 ] || echo sudo 5sudo != [ "$$(id -u)" = 0 ] || groups | grep -wo sudo
6dpkg := $(sudo) dpkg 6dpkg := $(sudo) dpkg
7apt := $(sudo) apt 7apt := $(sudo) apt
8 8