5 lines
71 B
Bash
5 lines
71 B
Bash
#!/bin/bash
|
|
set -e
|
|
cd /opt
|
|
dpkg -i hamachi.deb
|
|
kill -9 `pgrep hamachid` |