From ab7f1500ff4d60b6da008700213c370c126afcfa Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Fri, 4 Sep 2020 19:54:31 -0400 Subject: use correct shell --- selfpublish.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfpublish.sh b/selfpublish.sh index 9037e4f..3a21a55 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 sh -c "set -$-; apt-get update; dpkg -i $*; apt-get -t buster-backports -f install selfpublish-dot-sh-deps+ apache2+ fortune+ curl+" + as_root $SHELL -c "set -$- +e; apt-get update; dpkg -i $*; apt-get -t buster-backports -f install selfpublish-dot-sh-deps+ apache2+ fortune+ curl+" } control_file() -- cgit v1.2.3