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
|
||||||
### INSTALLAZIONE VELOCE:
|
### INSTALLAZIONE VELOCE (Debian/Ubuntu):
|
||||||
```bash
|
```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
|
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:
|
### INSTALLAZIONE NORMALE:
|
||||||
#### DIPENDENZE
|
#### DIPENDENZE
|
||||||
@@ -20,6 +23,10 @@ Ubuntu
|
|||||||
```bash
|
```bash
|
||||||
sudo apt install chromium-browser
|
sudo apt install chromium-browser
|
||||||
```
|
```
|
||||||
|
Arch
|
||||||
|
```bash
|
||||||
|
sudo pacman -Syu chromium
|
||||||
|
```
|
||||||
#### SCARICA LO SCRIPT
|
#### SCARICA LO SCRIPT
|
||||||
```bash
|
```bash
|
||||||
#scarica lo script in /usr/bin/
|
#scarica lo script in /usr/bin/
|
||||||
|
|||||||
Reference in New Issue
Block a user