summaryrefslogtreecommitdiff
path: root/selfpublish.sh
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2020-09-04 20:13:06 -0400
committerAndrew Cady <d@jerkface.net>2020-09-04 20:13:06 -0400
commit15562c1715b98fc65f430bc79fb829ef5db61a9a (patch)
treec71cf44605e2ec6c01c9d4d1a1fbc6a0e947e98d /selfpublish.sh
parentc7686cdff7c0f56dd4ce758cfa7bcd926242ef4c (diff)
set no dependency explicitly
Diffstat (limited to 'selfpublish.sh')
-rw-r--r--selfpublish.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/selfpublish.sh b/selfpublish.sh
index f12e8ff..72b2590 100644
--- a/selfpublish.sh
+++ b/selfpublish.sh
@@ -44,7 +44,7 @@ dpkg_install()
44 as_root tee -a /etc/apt/sources.list.d/buster-backports.list >/dev/null ;; 44 as_root tee -a /etc/apt/sources.list.d/buster-backports.list >/dev/null ;;
45 esac 45 esac
46 46
47 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+" 47 as_root $SHELL -c "set -$- +e; dpkg -i $*; apt-get -t buster-backports -f install"
48} 48}
49 49
50control_file() 50control_file()