Basic script to configure vpn over ssh
sudo su;
apt update && apt upgrade -y && apt install wget -y && wget https://raw.githubusercontent.com/Andley302/clearssh/main/installer.sh && chmod +x installer.sh && ./installer.sh;
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Basic script to configure vpn over ssh
sudo su;
apt update && apt upgrade -y && apt install wget -y && wget https://raw.githubusercontent.com/Andley302/clearssh/main/installer.sh && chmod +x installer.sh && ./installer.sh;