#!/bin/sh

apt-get update
apt-get install -y python

status-set maintenance "Installed" || true
