0 کاربر و 1 مهمان درحال مشاهده موضوع.
You should now configure prey by either*) editing /etc/prey/prey.conf, or*) running "prey config gui"Prey use Python2, so make the file /usr/local/bin/python, whith:#!/bin/bashscript=$(readlink -f -- "$1")case "$script" in (/opt/prey-node-client/*|/other/path)exec python2 "$@";;esacexec python3 "$@"