From be17c0f7df53f3d3f756c373afc7dc582ea0c92f Mon Sep 17 00:00:00 2001 From: qo-op Date: Tue, 12 May 2020 03:58:32 +0200 Subject: [PATCH] sudo pip3 install silkaj --- g1sms/sms_received.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/g1sms/sms_received.sh b/g1sms/sms_received.sh index 76b78f5..4fa9104 100755 --- a/g1sms/sms_received.sh +++ b/g1sms/sms_received.sh @@ -1,9 +1,11 @@ #!/bin/bash -################################################################################ +######################################################################## # Author: Fred (support@qo-op.com) & poka # Version: 1.0 # License: AGPL (http://www.google.com/search?q=AGPL) -################################################################################ +######################################################################## +# BEWARE for g1sms !!! silkaj must be installed for root +# sudo pip3 install silkaj MY_PATH="`dirname \"$0\"`" # relative MY_PATH="`( cd \"$MY_PATH\" && pwd )`" # absolutized and normalized