Browse Source
Bump beanstalkd version to the latest (1.13)
pull/162/head
Andy Gildehaus
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
beanstalkd/install.sh
|
|
@ -3,7 +3,7 @@ |
|
|
|
# exit if a command fails |
|
|
|
set -eo pipefail |
|
|
|
|
|
|
|
version="1.11" |
|
|
|
version="1.13" |
|
|
|
|
|
|
|
# install curl (needed to install rust) |
|
|
|
apt-get update && apt-get install -y curl build-essential |
|
|
|