Cleaned up Compile Scripts & Pipeline

Commiting to test.
This commit is contained in:
2021-06-26 02:28:07 +01:00
parent 78955c41ab
commit c69ac198ed
22 changed files with 145 additions and 361 deletions

8
compile_sumgen.sh Normal file
View File

@ -0,0 +1,8 @@
#/bin/sh
echo " "
echo "======================="
echo " "
echo "Generating Checksum Badge..."
echo " "
checksum=$(md5sum Asuro.iso | awk '{print $1}')
wget -q https://img.shields.io/badge/checksum-$checksum-important.svg -O release/checksum.svg 2>/dev/null