Files
docker-deployment/build/boot/hamachi.sh
2016-04-20 22:48:31 +01:00

5 lines
71 B
Bash

#!/bin/bash
set -e
cd /opt
dpkg -i hamachi.deb
kill -9 `pgrep hamachid`