Skip to content

Commit

Permalink
Fix hr-ext installation
Browse files Browse the repository at this point in the history
  • Loading branch information
wenwei-dev committed Aug 28, 2019
1 parent 7c68397 commit 1f10d4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hr
Original file line number Diff line number Diff line change
Expand Up @@ -1561,6 +1561,7 @@ _update_head_deps() {
install_head-hr() {
local repo=hansonrobotics/hrtool
_install_latest_repo_release $@
install_head-hr-ext $@
}
uninstall_head-hr() {
$SUDO apt-get remove head-hr
Expand Down

1 comment on commit 1f10d4c

@kraftemine
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This would not fix it as further down in the code the website the program grabs the extension code from is non-existent.

Please sign in to comment.