BenWestgate / Bails

Bails is a Bitcoin solution protecting against surveillance, censorship, and confiscation. It installs Bitcoin Core on the encrypted Persistent Storage of Tails, creates and recovers Bitcoin Core wallets from Codex32 (BIP93) seed backups, and creates backup Bails USB sticks and shareable blank Bails USB sticks. Learn more in README.md.
MIT License
38 stars 7 forks source link

Update Bails menu app not working properly #167

Closed BenWestgate closed 3 weeks ago

BenWestgate commented 1 month ago

Describe the bug Trying to update Bails opens a terminal that immediately closes, I can see in system monitor that it is updating in the background but there is no visible progress.

Further, the command also attempts to update signatures and Bitcoin Core which it should not. It should just get the latest Bails and install that to the Persistent Storage and report success and close.

To Reproduce Steps to reproduce the behavior:

  1. Go to Bails in app menu
  2. Click on Settings
  3. Click on Update Bails
  4. See bug

Expected behavior A terminal should open displaying all commands performed. Then a GUI window should display success or failure.

BenWestgate commented 3 weeks ago

Resolved in #175