Skip to content

Instantly share code, notes, and snippets.

@yuyaogawa
Last active April 7, 2023 05:27
Show Gist options
  • Save yuyaogawa/0ddcbb3eb568ed730339b60f347ac523 to your computer and use it in GitHub Desktop.
Save yuyaogawa/0ddcbb3eb568ed730339b60f347ac523 to your computer and use it in GitHub Desktop.

Testing shiro wallet on Umbrel

  1. SSH into the Pi
ssh umbrel@umbrel.local
  1. Switch repo to Diamondhands-dev repo
sudo ./scripts/repo checkout https://github.com/diamondhands-dev/umbrel-apps.git
  1. Install shiro wallet
sudo ./scripts/app install shiro-wallet

The app should now be accessible at http://umbrel.local:8080 or go to Umbrel dashboard to open shirowallet

To update

sudo ./scripts/app update shiro-wallet

To uninstall

sudo ./scripts/app uninstall shiro-wallet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment