From 17c11ce600abe5a8ae18a403e05f09dc734a83a7 Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Mon, 4 Oct 2021 23:54:28 -0400 Subject: reorder for benefit of reader --- selfpublish.sh | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/selfpublish.sh b/selfpublish.sh index 3ec7ca8..6ab7374 100644 --- a/selfpublish.sh +++ b/selfpublish.sh @@ -4,6 +4,24 @@ set -e DYNDNSHOST=cryptonomic.net DEFAULT_UPSTREAM=d@cryptonomic.net:public_git/selfpublish.sh +dependencies() +{ + cat <= 2.4.46) +basez +bind9-dnsutils +cgit +curl +fortune-mod +fortunes-min +gnupg (>= 2.2.14) +libssl1.1 (>= 1.1.1d) +netmask +openssl +ssh +EOF +} + force() { [ "$FORCE" ] @@ -71,24 +89,6 @@ dpkg_install() as_root $SHELL -c "set -$- +e; dpkg -i $*; apt-get -t buster-backports -f install" } -dependencies() -{ - cat <= 2.4.46) -basez -bind9-dnsutils -cgit -curl -fortune-mod -fortunes-min -gnupg (>= 2.2.14) -libssl1.1 (>= 1.1.1d) -netmask -openssl -ssh -EOF -} - fmt_dependencies() { local outline= -- cgit v1.2.3