diff --git a/beanstalkd-console/install.sh b/beanstalkd-console/install.sh index f726841..8795ad6 100644 --- a/beanstalkd-console/install.sh +++ b/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