Skip to content
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

the current version of twisted is incompatible #702

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion scripts/deploy_kippo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ chmod 755 registration.sh
. ./registration.sh $server_url $deploy_key "kippo"

apt-get update
apt-get -y install python-dev openssl python-openssl python-pyasn1 python-twisted git python-pip supervisor authbind ssh
apt-get -y install python-dev openssl python-openssl python-pyasn1 git python-pip supervisor authbind ssh

pip install twisted==15.1.0

# Change real SSH Port to 2222
sed -i 's/Port 22$/Port 2222/g' /etc/ssh/sshd_config
Expand Down