home · contact · privacy
Fix.
authorChristian Heller <c.heller@plomlompom.de>
Thu, 23 Jan 2020 10:51:04 +0000 (11:51 +0100)
committerChristian Heller <c.heller@plomlompom.de>
Thu, 23 Jan 2020 10:51:04 +0000 (11:51 +0100)
buster/apt-mark/pleroma
buster/setup_scripts/setup_pleroma.sh

index 623ea67b675818f741e7df0ad11156ab360af7e8..643aee20e1976522dfccdc1ea321db1b3b6e9b87 100644 (file)
@@ -10,4 +10,4 @@ postgresql-contrib
 curl
 unzip
 libncurses5
-pleroma
+pwgen
index ef736e856ca2960e0cbd2942a9a56696cebdacd3..1493dd470ed0ca1582047db600a55f4c4130f15b 100755 (executable)
@@ -12,7 +12,7 @@ mail="$2"
 # Install dependencies, set up firewall.
 config_tree_prefix="${HOME}/config/buster"
 ./install_for_target.sh pleroma
-./copy_dirtree.sh "${config_tree_prefix}/etc_files" "" all "$@"
+./copy_dirtree.sh "${config_tree_prefix}/etc_files" "" pleroma
 nft -f /etc/nftables.conf
 
 # Set up letsencrypt certificate. TODO: Is it auto-renewed?
@@ -39,7 +39,7 @@ chown -R pleroma /etc/pleroma
 
 # Configure and set up DB.
 su pleroma -s $SHELL -lc './bin/pleroma_ctl instance gen '\
-   '--output /etc/pleroma/config.exs '\
+   '--output /etc/pleroma/config.exs\
    '--output-psql /tmp/setup_db.psql' \
    "--domain ${domain}" \
    '--instance-name plom-roma' \