Fedora: explicitely enable Tor
This commit is contained in:
parent
84eb29faae
commit
d6cc6d43ff
1 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,9 @@ sudo dnf -y install http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonf
|
|||
sudo dnf -y install vim tmux atop zsh thunderbird thunderbird-enigmail thunderbird-lightning firefox aria2 gajim lm_sensors vlc freecad python3-pip qt5-qtbase-devel qt5-qtwebkit-devel meld whois curl pv tor torsocks nodejs npm terminator gsmartcontrol python-pip mercurial python-devel libxslt-devel libjpeg-turbo-devel conky conky-manager
|
||||
sudo dnf -y groupinstall "C Development Tools and Libraries"
|
||||
|
||||
sudo systemctl enable tor
|
||||
sudo systemctl start tor
|
||||
|
||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
DIR="$DIR/../"
|
||||
DIR="$DIR" $DIR/common/configure_fresh_system
|
||||
|
|
Loading…
Reference in a new issue