-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't install Psiphon #36
Comments
Make Is Giving This Output: (cd openbsd-compat && make) |
Step 1~:$ git clone https://github.com/thispc/psiphon.git
~:$ cd psiphon Source : How do I install Psiphon on Ubuntu 14.04 LTS (Step by Step) and open Step 2~:$ sudo apt-get install software-properties-common
~:$ sudo apt-add-repository -y ppa:rael-gc/rvm
~:$ sudo apt-get update
~:$ sudo apt-get install rvm
~:$ sudo apt install libssl1.0-dev Source: Step 3psiphon:~$ cd openssh-5.9p1
openssh-5.9p1:~$ ./configure
openssh-5.9p1:~$ make
openssh-5.9p1:~$ cd ..
psiphon:~$ rm ssh
psiphon:~$ cp openssh-5.9p1/ssh . |
~/psiphon$ cp openssh-5.9p1/ssh .
cp: cannot stat 'openssh-5.9p1/ssh': No such file or directory
The text was updated successfully, but these errors were encountered: