diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2022-12-15 18:59:59 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2022-12-15 21:35:41 -0500 |
| commit | 198f43fa9d1cb6dd4247bd441225dbd32dbfe31a (patch) | |
| tree | 7ce2d813c69ba549247dd4c2be84675ea8247d25 /static/install | |
| parent | b9f25487c809e55fd192a6abe596248177f1cbbd (diff) | |
reduce fastboot.js memory usage
Diffstat (limited to 'static/install')
| -rw-r--r-- | static/install/web.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/install/web.html b/static/install/web.html index ab5899ae..2c71abed 100644 --- a/static/install/web.html +++ b/static/install/web.html @@ -29,7 +29,7 @@ <link rel="license" href="/LICENSE.txt"/> <link rel="me" href="https://grapheneos.social/@GrapheneOS"/> {{js|/js/redirect.js}} - <script type="module" src="/js/fastboot/f270be49/fastboot.min.mjs" integrity="sha256-UOCvLjsBT6inovDMIH3bJIZ3mXvPZBKT7hh/XfB+HCQ="></script> + <script type="module" src="/js/fastboot/e7a94037/fastboot.min.mjs" integrity="sha256-l5KQ3c0JRVLsZM4FSGAhBFohiUXvo6ZWgUDdtORhXrY="></script> {{js|/js/web-install.js}} </head> <body> @@ -99,7 +99,7 @@ <section id="prerequisites"> <h2><a href="#prerequisites">Prerequisites</a></h2> - <p>You should have at least 4GB of free memory available and 32GB of free storage + <p>You should have at least 2GB of free memory available and 32GB of free storage space.</p> <p>You need a USB cable for attaching the device to a laptop or desktop. Whenever |
