Skip to content

Instantly share code, notes, and snippets.

@recrof
Created June 27, 2026 20:24
Show Gist options
  • Select an option

  • Save recrof/d7870a4e403c12755ffae217be0d99aa to your computer and use it in GitHub Desktop.

Select an option

Save recrof/d7870a4e403c12755ffae217be0d99aa to your computer and use it in GitHub Desktop.

Manual update required

For this update, you will need to update manually. Web OTA will not work because the repo has moved.

From the folder where you installed pyMC_Repeater, run:

git remote set-url origin https://github.com/openhop-dev/openhop_repeater.git
git pull
sudo ./manage.sh upgrade

If you get a Permission denied error during git pull, run it with sudo:

sudo git pull
sudo ./manage.sh upgrade

Dev branch users

If you are on the dev branch, run:

git remote set-url origin https://github.com/openhop-dev/openhop_repeater.git
git fetch
git switch dev
git pull
sudo ./manage.sh upgrade
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment