This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Add the Prosody repository, because we want the latest version | |
echo deb http://packages.prosody.im/debian $(lsb_release -sc) main | sudo tee -a /etc/apt/sources.list | |
wget https://prosody.im/files/prosody-debian-packages.key -O- | sudo apt-key add - | |
sudo apt-get update | |
# Install tor and prosody, and lua-bitop, which is required for mod_onions | |
sudo apt-get install prosody tor lua-bitop | |
# Prepare the directories where Tor will store the hidden service's private key |