mirror of
https://github.com/SaraSmiseth/prosody.git
synced 2025-05-06 14:04:11 +00:00
Download prosody-modules only once.
This commit is contained in:
parent
2500028412
commit
9e24592826
5 changed files with 19 additions and 72 deletions
9
download-prosody-modules.bash
Executable file
9
download-prosody-modules.bash
Executable file
|
@ -0,0 +1,9 @@
|
|||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
dir="/usr/src/prosody-modules"
|
||||
|
||||
mkdir -p "${dir}"
|
||||
wget https://hg.prosody.im/prosody-modules/archive/tip.tar.gz
|
||||
tar -xzf tip.tar.gz -C "${dir}" --strip-components=1
|
||||
rm tip.tar.gz
|
Loading…
Add table
Add a link
Reference in a new issue