forked from ungleich-public/cdist-contrib
Fix typo and drop use of useless tempdir.
This commit is contained in:
parent
0e4bc443e2
commit
ef748cf8e2
2 changed files with 2 additions and 5 deletions
|
@ -11,10 +11,7 @@ EOF
|
||||||
|
|
||||||
# Download and copy source
|
# Download and copy source
|
||||||
cat << EOF
|
cat << EOF
|
||||||
TMPDIR=\$(mktemp -d)
|
wget -O - https://github.com/Requarks/wiki/releases/download/2.4.107/wiki-js.tar.gz | tar xz -C /var/wiki
|
||||||
cd \$TMPDIR || exit 1
|
|
||||||
wget https://github.com/Requarks/wiki/releases/download/2.4.107/wiki-js.tar.gz
|
|
||||||
tar xf wiki-js.tar.gz -C /var/wiki
|
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
# Install deps and launch
|
# Install deps and launch
|
||||||
|
|
|
@ -10,7 +10,7 @@ DESCRIPTION
|
||||||
|
|
||||||
See wiki.js.org for more information. This type deploys with a postgresql
|
See wiki.js.org for more information. This type deploys with a postgresql
|
||||||
database, since it is the upstream recommended for production, and they seem to
|
database, since it is the upstream recommended for production, and they seem to
|
||||||
strongly suggest that in thenext releases, they will not support anything else.
|
strongly suggest that in the next releases, they will not support anything else.
|
||||||
|
|
||||||
Currently, this type servers wikijs as standalone, listening on ports 80 and
|
Currently, this type servers wikijs as standalone, listening on ports 80 and
|
||||||
443, and with a service file for OpenRC. Feel free to contribute a
|
443, and with a service file for OpenRC. Feel free to contribute a
|
||||||
|
|
Loading…
Reference in a new issue