From 15562c1715b98fc65f430bc79fb829ef5db61a9a Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Fri, 4 Sep 2020 20:13:06 -0400 Subject: set no dependency explicitly --- selfpublish.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'selfpublish.sh') diff --git a/selfpublish.sh b/selfpublish.sh index f12e8ff..72b2590 100644 --- a/selfpublish.sh +++ b/selfpublish.sh @@ -44,7 +44,7 @@ dpkg_install() as_root tee -a /etc/apt/sources.list.d/buster-backports.list >/dev/null ;; esac - as_root $SHELL -c "set -$- +e; apt-get update; dpkg -i $*; apt-get -t buster-backports -f install selfpublish-dot-sh-deps+ apache2+ curl+ fortunes-min+ fortune-mod+" + as_root $SHELL -c "set -$- +e; dpkg -i $*; apt-get -t buster-backports -f install" } control_file() -- cgit v1.2.3