Skip to content

This Python script has been created to simplify the TorNet installation, It automatically installs and updates: tor, TorNet and pip, it also uses the break system packages command to bypass the "externally managed enviroment" error.

License

Notifications You must be signed in to change notification settings

proxy-the-great/-TorNet-installer-v1.15-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

-TorNet-installer-v1.15-

Python Linux

This tool has been created to simplify the TorNet deafult installation: using python it automatically installs pip (if it's missing from the user's device), TOR, TorNet and bypasses the "Externally managed device error" that can be encountered with the newest versions of Linux. It also makes sure that every piece of software is up-to-date and that there are no missing dependencies, nor syntaxt errors.

  • If you are encountering errors using tornet normally, launch this script and it will start with no errors

This current version is for Ubuntu/Debian-based distributions.

You must also have python 3 installed.

-How to install python 3:

-Start off by using: sudo apt update, if any updates are available type this command: sudo apt upgrade to install them.

-Install python 3: sudo apt install python3

-Verify the installation with: python3 --version


How to use this program:

-Once you verified that you have Python 3, download inst_deb.py from the releases section, and place it in /Home/User/...

-Open your terminal and use: python3 instdeb.py

-You will be prompted to insert your password and the installation will begin.

How to use TorNet:

-At the end of installation it will start automatically, however you can use:
sudo tornet --interval (Seconds that pass between tor refresh) --count (How many times tor will refresh) to start tornet anytime.

Example: sudo tornet --interval 10 --count 0
If count is set to 0, the program will go on until the terminal window is closed... Please note that the shorter the interval is, the slower your wifi connection will become.

Service not found error:

If you receive the error: sh: 1: service: not found instead of using the tornet command, launch the installer again. (If Tor, pip and TorNet are pre-installed the installer will simply try and find errors and launch the application.)

This installer is kinda pointless ngl...you can just use commands to install tornet....

GitHub

About

This Python script has been created to simplify the TorNet installation, It automatically installs and updates: tor, TorNet and pip, it also uses the break system packages command to bypass the "externally managed enviroment" error.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages