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