diff --git a/class/core/plugins_api.py b/class/core/plugins_api.py index 22ee4d082..1a4311ae1 100755 --- a/class/core/plugins_api.py +++ b/class/core/plugins_api.py @@ -109,6 +109,9 @@ class plugins_api: name + " && /bin/bash " + pluginInfo["shell"] \ + " install " + version + if mw.isAppleSystem(): + print(execstr) + taskAdd = (None, mmsg + '[' + name + '-' + version + ']', 'execshell', '0', time.strftime('%Y-%m-%d %H:%M:%S'), execstr)