8 lines
253 B
Bash
8 lines
253 B
Bash
#!/bin/bash
|
|
git clone https://git.nia.ink/brnet/softether.git
|
|
sudo mv ./softether/softether.service /etc/systemd/system/
|
|
sudo mv ./softether/ /
|
|
chmod 777 /softether/vpn*
|
|
sudo systemctl start softether.service
|
|
sudo systemctl enable softether.service
|
|
|