#!/bin/sh

exec 2>&1
set -exu

export DEBIAN_FRONTEND=noninteractive

apt-get purge -qy redmine
apt-get install -qy redmine
