mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-06 09:40:41 +03:00
11 lines
158 B
Plaintext
11 lines
158 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
echo 'Move to the parent directory and run ./configure script as following:'
|
||
|
echo
|
||
|
echo '$ cd ..'
|
||
|
echo '$ ./configure'
|
||
|
echo
|
||
|
echo 'Good luck!'
|
||
|
echo
|
||
|
|