WIP: Ready container execution #2

Draft
ivooc wants to merge 19 commits from dev-ivo into main
Showing only changes of commit d5e49e686c - Show all commits

View File

@ -57,8 +57,9 @@ check_exists_latest_lineageos_build() {
hash1=$( awk '{print $1}' /tmp/lineageos.sha256 )
hash2=$( sha256sum /tmp/lineageos.zip | awk '{print $1}' )
[[ -n $hash1 && -n $hash2 && $hash1 == $hash2 ]]
fi
return
fi
false
}
download_latest_lineageos_build() {