packer/scripts/cleanup

7 lines
109 B
Bash
Executable File

#!/bin/sh
set -eu
DEBIAN_FRONTEND=noninteractive apt-get -yq clean
chsh --shell '/usr/sbin/nologin' packer