Skip to content

Commit

Permalink
yaay, works with rinne's branch
Browse files Browse the repository at this point in the history
  • Loading branch information
PAStheLoD committed Aug 5, 2015
1 parent 47dd149 commit eef3c87
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions build-in-docker.bash
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,15 @@ perl -e 'use IO::Socket::INET; $s = new IO::Socket::INET(PeerAddr => "172.17.42.

apt-get update
apt-get install -y --no-install-recommends \
wget unzip build-essential devscripts dh-autoreconf \
wget unzip build-essential devscripts dh-autoreconf bash-completion \
protobuf-compiler libprotobuf-dev pkg-config libutempter-dev zlib1g-dev libncurses5-dev libssl-dev

BALL=https://github.com/rinne/mosh/archive/ssh-agent-forwarding-ng.zip
wget --no-check-certificate $BALL -O ball.zip && \
unzip ball.zip && \
cd $(echo ${BALL##$(dirname $BALL)} | tr -d '/')

D=$(unzip -l ball.zip | grep -Po '(?: 0\s*[0-9: -]+\s*)\K[a-z0-9_-]+/$')
unzip ball.zip && cd $D


dch --nmu "added agent forwarding patch"

Expand Down

0 comments on commit eef3c87

Please sign in to comment.