kisslinux / kisslinux.github.io

KISS Linux - Website and Documentation
https://kisslinux.github.io/
MIT License
133 stars 42 forks source link

Checksums failed #63

Closed ghost closed 4 years ago

ghost commented 4 years ago

kiss-chroot-2020.7.tar.xz.sha256 not found file : kiss-chroot.tar.xz, De correct file name are kiss-chroot-2020.7.tar.xz.

% ver=2020.7
% url=https://github.com/kisslinux/repo/releases/download/$ver
% wget "$url/kiss-chroot-$ver.tar.xz"
kiss-chroot-2020.7.tar.xz        100%[=========================================================>]  35.27M  9.25MB/s    in 4.3s

2020-08-03 18:22:39 (8.26 MB/s) - ‘kiss-chroot-2020.7.tar.xz’ saved [36978988/36978988]

% wget "$url/kiss-chroot-$ver.tar.xz.sha256"
kiss-chroot-2020.7.tar.xz.sha256 100%[=========================================================>]      85  --.-KB/s    in 0s

2020-08-03 18:22:47 (4.32 MB/s) - ‘kiss-chroot-2020.7.tar.xz.sha256’ saved [85/85]

% sha256sum -c < kiss-chroot-$ver.tar.xz.sha256
sha256sum: kiss-chroot.tar.xz: No such file or directory
kiss-chroot.tar.xz: FAILED open or read
sha256sum: WARNING: 1 listed file could not be read
dylanaraps commented 4 years ago

Fixed, thanks!