Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jaysonvelagio authored May 26, 2018
1 parent 885f3d4 commit 8f58a03
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,19 @@
Choose your desired platform folder<br />
Download installer.sh using wget or transfer to your root directory using ftp<br /><br />

* Install wget first For centos and fedora<br />
$ ```sudo yum install wget -y```<br /><br /></b>

<b>Download and install the installer.sh by executing the commands below</b><br /><br />
<b>For centos and fedora</b> (copy all the codes below and paste on your terminal)<br /><br />
``` wget https://raw.githubusercontent.com/jaysonvelagio/SoftetherAutoInstallMultiPlatform/master/Centos/installer.sh && chmod +x installer.sh && ./installer.sh ```<br /><br /><br />
```yum install wget -y && wget https://raw.githubusercontent.com/jaysonvelagio/SoftetherAutoInstallMultiPlatform/master/Centos/installer.sh && chmod +x installer.sh && ./installer.sh ```<br /><br /><br />


<b>For debian and ubuntu</b> (copy all the codes below and paste on your terminal)<br /><br />
```wget https://raw.githubusercontent.com/jaysonvelagio/SoftetherAutoInstallMultiPlatform/master/Debian%20and%20Ubuntu/installer.sh && chmod +x installer.sh && ./installer.sh```<br /><br /><br />


# VPN server commands<br />
$ ```/etc/init.d/vpnserver start - to start```<br />
$ ```/etc/init.d/vpnserver restart - to restart```<br />
$ ```/etc/init.d/vpnserver stop - to stop```<br /><br />
```/etc/init.d/vpnserver start - to start```<br />
```/etc/init.d/vpnserver restart - to restart```<br />
```/etc/init.d/vpnserver stop - to stop```<br /><br />

* vpncmd is at /usr/local/vpnserver<br /><br />

Expand Down

0 comments on commit 8f58a03

Please sign in to comment.