Preliminary commit of new files
This commit is contained in:
4
build/boot/00_hosts.sh
Normal file
4
build/boot/00_hosts.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
echo "127.0.0.1 localhost" >> /tmp/hosts
|
||||
echo "$HOST_ADDR host" >> /tmp/hosts
|
||||
5
build/boot/01_hamachi.sh
Normal file
5
build/boot/01_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