HiveMinds / Productivity-phone

Automatically installs (mainly) opensource system on phone that optimizes user productivity.
GNU Affero General Public License v3.0
2 stars 1 forks source link

Remove downloading OS zip if it already exists. #24

Open a-t-0 opened 3 years ago

a-t-0 commented 3 years ago

The check in the line if [ "$md5_of_os_zip_head" != "$expected_md5_of_os_zip" ]; then of the file: /src/custom_install_get_lineageos.sh is not effective. This is either because it does not correctly check whether the right file is downloaded, or it is because the file is downloaded towards the /src/logs/ folder which may be deleted each installation/at certain steps.