Use "set -e" command instead of "#! /bin/sh -e" magic.
[sliver-openvswitch.git] / secchan / commands / update
1 #! /bin/sh
2 set -e
3 apt-get update -qy
4 apt-get upgrade -qy