diff options
Diffstat (limited to 'debian/netmon.postinst')
-rw-r--r-- | debian/netmon.postinst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/netmon.postinst b/debian/netmon.postinst new file mode 100644 index 00000000..fdbfb95e --- /dev/null +++ b/debian/netmon.postinst @@ -0,0 +1,3 @@ +#!/bin/bash + +pip3 install --upgrade autobahn |