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.

source: ogAgent-Git/macos/scripts/postinstall @ f184686

main
Last change on this file since f184686 was f184686, checked in by ramon <ramongomez@…>, 9 years ago

#718: Actualizar instrucciones y preparar postconfiguración para OGAgent de macOS.

git-svn-id: https://opengnsys.es/svn/branches/version1.1@5212 a21b9725-9963-47de-94b9-378ad31fedc9

  • Property mode set to 100755
File size: 443 bytes
RevLine 
[2bc61be]1#!/usr/bin/env sh
2
3# Directories
4SRCDIR=$(dirname "$0")
5BINDIR=/usr/local/bin
6INITDIR=/Library/LaunchDaemons
7
8# Dependencies:
[f184686]9#easy_install pip
10#pip install netifaces requests six
[2bc61be]11
[f184686]12# Copy files.
[2bc61be]13cp $SRCDIR/ogagent $BINDIR
14cp $SRCDIR/es.opengnsys.ogagent.plist $INITDIR
15
[f184686]16# Show post-installation message.
17#osascript -e 'display notification "You must install following Python modules: netifaces, requests, six." with title "OGAgent Installer'
[2bc61be]18
Note: See TracBrowser for help on using the repository browser.