Browse Source

tmp

pull/4/head
Johannes Schickling 9 years ago
parent
commit
35673a14a6
  1. 2
      beanstalkd-console/install.sh

2
beanstalkd-console/install.sh

@ -8,7 +8,7 @@ apt-get update && apt-get install -y curl
# download
curl -sL https://github.com/ptrofimov/beanstalk_console/archive/master.tar.gz | tar xvz -C /tmp
mv beanstalk_console-master /source
mv /tmp/beanstalk_console-master /source
# cleanup package manager
apt-get remove --purge -y curl && apt-get autoclean && apt-get clean

Loading…
Cancel
Save