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
|
||||
cat << EOF
|
||||
TMPDIR=\$(mktemp -d)
|
||||
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
|
||||
wget -O - https://github.com/Requarks/wiki/releases/download/2.4.107/wiki-js.tar.gz | tar xz -C /var/wiki
|
||||
EOF
|
||||
|
||||
# Install deps and launch
|
||||
|
|
Loading…
Reference in a new issue