mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-05-05 16:05:02 -04:00
Cleanup
- Removes unused files/patches - Removes many guards, these likely don't work anyway due to patchsets having dependencies - No functional change Signed-off-by: Tavi <tavi@divested.dev>
This commit is contained in:
parent
af25d96aee
commit
afe1135384
449 changed files with 193 additions and 22661 deletions
|
@ -51,8 +51,6 @@ do
|
|||
if [[ " ${AVB_DEVICES[@]} " =~ " ${device} " ]]; then
|
||||
echo "Device: $device";
|
||||
sha256=$(cat $f | openssl dgst -sha256 | sed 's/SHA2-256(stdin)= //' | tr [a-z] [A-Z]);
|
||||
#echo -e "\tID:"; #Not really needed
|
||||
#echo -e "\t\t${sha256:0:8}";
|
||||
echo -e "\tSHA-256:";
|
||||
echo -e "\t\t${sha256:0:16}";
|
||||
echo -e "\t\t${sha256:16:16}";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue