diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2024-08-26 15:28:11 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2024-08-26 15:28:52 -0400 |
| commit | cd15f5b7f50bee20610d2f57fc95452d8636d693 (patch) | |
| tree | 1bda564798e3c12399e5b44204de33ca8f9dc2e3 | |
| parent | fca2aa9352e8743e99e9133ba4310bd5c68bef9c (diff) | |
fix POSIX sh compatibility for flash-all.sh
| -rw-r--r-- | static/releases.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html index 584aac6d..3a9be8e8 100644 --- a/static/releases.html +++ b/static/releases.html @@ -861,6 +861,7 @@ <li>drop restriction on modifying GrapheneOS-specific per-package settings via ADB shell since it makes certain important testing require debug builds and has no real security value</li> <li>GmsCompatConfig: update to <a href="https://github.com/GrapheneOS/platform_packages_apps_GmsCompat/releases/tag/config-131">version 131</a></li> <li>GmsCompatConfig: update to <a href="https://github.com/GrapheneOS/platform_packages_apps_GmsCompat/releases/tag/config-132">version 132</a></li> + <li>flash-all.sh: restore POSIX sh compatibility to allow using sh instead of bash on systems where sh is dash or another non-bash-compatible shell</li> </ul> </article> --> |
