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
39 stars 7 forks source link

Run ~/.profile to update $PATH #122

Closed BenWestgate closed 1 month ago

github-actions[bot] commented 1 month ago

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails

Scanned Manifest Files

BenWestgate commented 1 month ago

@epiccurious: This resolves the bug you had reported. Something used to assign the $PATH variable for the install-core shell and that got removed at some point. This will fix it so that path is updated fixing the bugs you reported in issue #121.