chore
This commit is contained in:
parent
9f6739b855
commit
130cb6c495
|
@ -18,7 +18,7 @@ def install(parsed) -> None:
|
||||||
)
|
)
|
||||||
if not delivered:
|
if not delivered:
|
||||||
os.environ["DIR"] = projectDir
|
os.environ["DIR"] = projectDir
|
||||||
subprocess.call(["/usr/bin/sh", projectDir + "/scripts/install.sh"])
|
subprocess.call(["sh", projectDir + "/scripts/install.sh"])
|
||||||
subprocess.call(["/usr/bin/sh", projectDir + "/scripts/runner.sh"])
|
subprocess.call(["sh", projectDir + "/scripts/runner.sh"])
|
||||||
sleep(5)
|
sleep(5)
|
||||||
weather_run()
|
weather_run()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user