Files
openflow/debian/commands/update
T
Ben Pfaff 9953943475 Move "update" remote command from base secchan into Debian packaging.
The update command only works with Debian anyway, so there's no point
in installing it elsewhere.
2008-11-05 10:04:31 -08:00

5 lines
57 B
Bash
Executable File

#! /bin/sh
set -e
apt-get update -qy
apt-get upgrade -qy