Update README.md
This commit is contained in:
11
README.md
11
README.md
@@ -4,11 +4,14 @@ Utility per tunnel SOCKS5 su Chromium
|
||||
|
||||
|
||||
## INSTALLAZIONE
|
||||
### INSTALLAZIONE VELOCE:
|
||||
### INSTALLAZIONE VELOCE (Debian/Ubuntu):
|
||||
```bash
|
||||
curl https://repo.esiliati.org/scossa/chtunn/raw/branch/main/easysetup.sh -o ./easysetup.sh; chmod +x easysetup.sh; ./easysetup.sh; rm easysetup.sh
|
||||
```
|
||||
|
||||
## INSTALLAZIONE
|
||||
### INSTALLAZIONE VELOCE (Arch):
|
||||
```bash
|
||||
curl https://repo.esiliati.org/scossa/chtunn/raw/branch/main/easysetup.sh -o ./easysetup_arch.sh; chmod +x easysetup_arch.sh; ./easysetup_arch.sh; rm easysetup_arch.sh
|
||||
|
||||
### INSTALLAZIONE NORMALE:
|
||||
#### DIPENDENZE
|
||||
@@ -20,6 +23,10 @@ Ubuntu
|
||||
```bash
|
||||
sudo apt install chromium-browser
|
||||
```
|
||||
Arch
|
||||
```bash
|
||||
sudo pacman -Syu chromium
|
||||
```
|
||||
#### SCARICA LO SCRIPT
|
||||
```bash
|
||||
#scarica lo script in /usr/bin/
|
||||
|
||||
Reference in New Issue
Block a user