8 lines
97 B
Bash
Raw Normal View History

2016-05-05 19:43:33 +01:00
#!/bin/bash -e
on_chroot sh -e - <<EOF
apt-get update
apt-get -y dist-upgrade
apt-get clean
EOF