default settings for update
This commit is contained in:
parent
49fece1e14
commit
f023dc99d4
1 changed files with 2 additions and 0 deletions
|
|
@ -130,6 +130,8 @@ class SoftwareUpdatePlugin(octoprint.plugin.BlueprintPlugin,
|
|||
#"type": "github_release",
|
||||
"type": "github_commit",
|
||||
"user": "mrbeam",
|
||||
"branch": "mrbeam-stable",
|
||||
"update_folder": "/home/pi/OctoPrint",
|
||||
"repo": "OctoPrint",
|
||||
"update_script": "{{python}} \"{update_script}\" --python=\"{{python}}\" \"{{folder}}\" {{target}}".format(update_script=os.path.join(self._basefolder, "scripts", "update-octoprint.py")),
|
||||
"restart": "octoprint"
|
||||
|
|
|
|||
Loading…
Reference in a new issue