GoVanguard / karmbian

GoVanguard fork of Armbian with complete Kali 2020 support
GNU General Public License v2.0
23 stars 4 forks source link

Cannot build, No checksums for images #11

Open alphaDev23 opened 3 years ago

alphaDev23 commented 3 years ago

See issue #8. To produce the checksums, run the one line bash script below - it will take only a minute to run - from the folder where the images are and then upload to github. Same has been requested in issue #8 since Dec 7 without a response. Checksums on image downloads are standard practice with linux-based executables/images.

!/bin/bash

for filename in *; do sha512sum ${filename} >> checksums.txt; done

alphaDev23 commented 3 years ago

Note that given that the underlying source code is open source, see license, and you have distributed the executables releases, yet apparently using different source (otherwise the code would build but it does not per #8), GoVanguard appears to be in breach of the GNU GPL v2 license. If I'm incorrect, please advise.

rascapac commented 3 years ago

@alphaDev23 have you manage to fix the issues ?

alphaDev23 commented 3 years ago

@rascapac no.

THvVistazo commented 2 years ago

another year and a half gone by, any solution? the code still has the same issue