@ -1,7 +1,7 @@
#! /bin/sh
# exit if a command fails
set -e
set -eo pipefail
# download
curl -sL https://github.com/ptrofimov/beanstalk_console/archive/master.tar.gz | tar xvz -C /tmp
#! /bin/bash
version="1.10"
# install hugin & panotools
apt-get update && apt-get install -y hugin
# install ruby 1.9.1
apt-get update && apt-get install -y ruby ruby-dev build-essential
# install full texlive distribution
apt-get update && apt-get install -y texlive-full
@ -1,6 +1,6 @@
#!/bin/sh
if [ "${S3_ACCESS_KEY_ID}" == "**None**" ]; then
echo "Warning: You did not set the S3_ACCESS_KEY_ID environment variable."
apk update
if [ "${S3_S3V4}" = "yes" ]; then
aws configure set default.s3.signature_version s3v4
# install node & npm
apt-get update && apt-get install -y nodejs npm
# install octave 3.6.2 (less needed as frontend)
apt-get update && apt-get install -y octave less
set -o pipefail
if [ "${S3_ACCESS_KEY_ID}" = "**None**" ]; then
# install curl (needed to install rust)
apt-get update && apt-get install -y curl gdb g++-multilib lib32stdc++6 libssl-dev libncurses5-dev
# install s3cmd
echo "Running s3cmd ..."
replace_in_index () {
if [ "$1" != "**None**" ]; then