Modify setup for more flexible building process
This commit is contained in:
5
build/boot/hamachi.sh
Normal file
5
build/boot/hamachi.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
cd /opt
|
||||
dpkg -i hamachi.deb
|
||||
kill -9 `pgrep hamachid`
|
||||
Reference in New Issue
Block a user