From 3d721e89a9035141d49d65a483bb5f09d8fb8e6c Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Fri, 4 Sep 2020 19:37:19 -0400 Subject: reinstall dep package on rerun --- selfpublish.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfpublish.sh b/selfpublish.sh index 1029e7f..4c26d30 100644 --- a/selfpublish.sh +++ b/selfpublish.sh @@ -64,7 +64,7 @@ equivocate() { if dpkg-query -s selfpublish-dot-sh-deps | grep -q '^Status: install ok installed' then - return + as_root dpkg -r selfpublish-dot-sh-deps fi which equivs-build >/dev/null 2>&1 || apt_install equivs ( -- cgit v1.2.3