minor bugfix related to installation

This commit is contained in:
epi052
2020-01-12 15:59:36 -06:00
parent 3dea7e6379
commit 0ce9c5fde6

View File

@@ -55,7 +55,7 @@ tools = {
"dependencies": None, "dependencies": None,
"commands": [ "commands": [
f"cp {str(Path(__file__).parent / 'luigid.service')} /lib/systemd/system/luigid.service", f"cp {str(Path(__file__).parent / 'luigid.service')} /lib/systemd/system/luigid.service",
f"cp $(which luigi) /usr/local/bin/luigid", f"cp $(which luigid) /usr/local/bin",
"systemctl daemon-reload", "systemctl daemon-reload",
"systemctl start luigid.service", "systemctl start luigid.service",
"systemctl enable luigid.service", "systemctl enable luigid.service",