summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2020-09-04 19:59:25 -0400
committerAndrew Cady <d@jerkface.net>2020-09-04 20:06:11 -0400
commitc7686cdff7c0f56dd4ce758cfa7bcd926242ef4c (patch)
treeaf5318b715e1e32dc14c44f5bcedc55c47585cae
parentab7f1500ff4d60b6da008700213c370c126afcfa (diff)
Set every dependency explicitly
-rw-r--r--selfpublish.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/selfpublish.sh b/selfpublish.sh
index 3a21a55..f12e8ff 100644
--- a/selfpublish.sh
+++ b/selfpublish.sh
@@ -44,14 +44,15 @@ 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+ fortune+ curl+" 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+"
48} 48}
49 49
50control_file() 50control_file()
51{ 51{
52 cat <<EOF 52 cat <<EOF
53Package: selfpublish-dot-sh-deps 53Package: selfpublish-dot-sh-deps
54Depends: apache2 (>= 2.4.46), libssl1.1 (>= 1.1.1d), fortune, curl 54Depends: apache2 (>= 2.4.46), libssl1.1 (>= 1.1.1d),
55 fortune-mod, fortunes-min, curl
55Description: selfpublish.sh dependency package 56Description: selfpublish.sh dependency package
56 This package depends on the dependencies of the 57 This package depends on the dependencies of the
57 selfpublish.sh script, and is installed by that 58 selfpublish.sh script, and is installed by that