summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2020-09-04 19:46:36 -0400
committerAndrew Cady <d@jerkface.net>2020-09-04 19:46:36 -0400
commit0072f12a71fca4f393786ab1939918facf232f0c (patch)
tree36e2438e19e45b5e055bc2d61a3ededfdfabf6ad
parent3d721e89a9035141d49d65a483bb5f09d8fb8e6c (diff)
depend on curl
-rw-r--r--selfpublish.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/selfpublish.sh b/selfpublish.sh
index 4c26d30..048879a 100644
--- a/selfpublish.sh
+++ b/selfpublish.sh
@@ -51,7 +51,7 @@ control_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 54Depends: apache2 (>= 2.4.46), libssl1.1 (>= 1.1.1d), fortune, curl
55Description: selfpublish.sh dependency package 55Description: selfpublish.sh dependency package
56 This package depends on the dependencies of the 56 This package depends on the dependencies of the
57 selfpublish.sh script, and is installed by that 57 selfpublish.sh script, and is installed by that