Skip to content

Commit

Permalink
add user as this was missing
Browse files Browse the repository at this point in the history
  • Loading branch information
Josef-MrBeam authored Mar 25, 2022
1 parent ea2442e commit e98eaf6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/sw-update-conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
"repo": "MrBeamLedStrips",
"pip": "https://github.com/Josef-MrBeam/MrBeamLedStrips/archive/{target_version}.zip",
"global_pip_command": true,
"user": "Josef-MrBeam",
"beamos_date": {
"2021-06-11": {
"pip_command": "sudo /usr/local/mrbeam_ledstrips/venv/bin/pip"
Expand All @@ -92,6 +93,7 @@
},
"iobeam": {
"repo": "iobeam",
"user": "mrbeam",
"pip": "git+ssh://[email protected]/mrbeam/iobeam.git@{target_version}",
"global_pip_command": true,
"beamos_date": {
Expand All @@ -102,6 +104,7 @@
},
"mrb-hw-info": {
"repo": "mrb_hw_info",
"user": "mrbeam",
"pip": "git+ssh://[email protected]/mrbeam/mrb_hw_info.git@{target_version}",
"global_pip_command": true,
"beamos_date": {
Expand All @@ -112,6 +115,7 @@
},
"mrbeamdoc": {
"repo": "MrBeamDoc",
"user": "Josef-MrBeam",
"pip": "https://github.com/Josef-MrBeam/MrBeamDoc/archive/{target_version}.zip"
}
}
Expand All @@ -138,6 +142,7 @@
"repo": "netconnectd_mrbeam",
"pip": "https://github.com/Josef-MrBeam/netconnectd_mrbeam/archive/{target_version}.zip",
"global_pip_command": true,
"user": "Josef-MrBeam",
"beamos_date": {
"2021-06-11": {
"pip_command": "sudo /usr/local/netconnectd/venv/bin/pip"
Expand All @@ -153,4 +158,4 @@
"restart": "octoprint"
}
}
}
}

0 comments on commit e98eaf6

Please sign in to comment.