This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| # | |
| # Home Assistant frontend Safari/iPadOS crash workaround. | |
| # | |
| # Usage (inside the Home Assistant Core container): | |
| # curl -fsSL https://gist.githubusercontent.com/<user>/<id>/raw/patch.sh | bash | |
| # | |
| # WARNING: Unsupported workaround. Use entirely at your own risk. | |
| # Changes are lost after a Home Assistant update and must be reapplied. |