summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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