sudo pip3 install silkaj

This commit is contained in:
qo-op 2020-05-12 03:58:32 +02:00
parent aa00c22b6e
commit be17c0f7df
1 changed files with 4 additions and 2 deletions

View File

@ -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