mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-20 10:34:30 +00:00
16 lines
289 B
Bash
16 lines
289 B
Bash
#! /bin/bash
|
|
|
|
# A crappy, but effective setup script.
|
|
#
|
|
# This:
|
|
#
|
|
# - Installs Tor.
|
|
# - Adds a hidden service.
|
|
# - Sets up Santiago as a hidden service.
|
|
#
|
|
# This file is distributed under the GPL, version 3 or later, at your
|
|
# discretion.
|
|
#
|
|
# Also see the plugserverr scripts: setup/tor
|
|
|