Skip to content
Snippets Groups Projects
Commit aa76c65d authored by Bob Mottram's avatar Bob Mottram
Browse files

Update apps if insufficient storage

parent 43fa80d6
No related branches found
No related tags found
No related merge requests found
......@@ -81,6 +81,7 @@ function addremove_check_disk_space {
# shellcheck disable=SC2086
if [ $disk_use_percent -ge 90 ]; then
echo $'Disk space is getting too low. Installation stopped.'
android_update_apps yes
exit 63284635
fi
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment