close
Warning:
Failed to sync with repository "ogBrowser-Git": (1366, "Incorrect string value: '\\xF0\\x9F\\x93\\xA6 I...' for column 'message' at row 1"); repository information may be out of date. Look in the Trac log for more information including mitigation strategies.
main
Line | |
---|
1 | #!/usr/bin/env sh |
---|
2 | |
---|
3 | # Directories |
---|
4 | SRCDIR=$(dirname "$0") |
---|
5 | BINDIR=/usr/bin |
---|
6 | INITDIR=/Library/LaunchDaemons |
---|
7 | |
---|
8 | # Dependencies: |
---|
9 | #easy_install pip |
---|
10 | #pip install netifaces requests six |
---|
11 | |
---|
12 | # Copy files. |
---|
13 | cp $SRCDIR/ogagent $BINDIR |
---|
14 | cp $SRCDIR/es.opengnsys.ogagent.plist $INITDIR |
---|
15 | |
---|
16 | # Show post-installation message. |
---|
17 | #osascript -e 'display notification "You must install following Python modules: netifaces, requests, six." with title "OGAgent Installer' |
---|
18 | |
---|
Note: See
TracBrowser
for help on using the repository browser.
Download in other formats: