Update Release with proper hashes + install.sh

This commit is contained in:
lukasz@orzechowski.eu
2026-03-25 23:50:14 +01:00
parent c62d434c1b
commit ab14cbb5a0
2 changed files with 13 additions and 0 deletions

View File

@@ -2,6 +2,13 @@ Origin: Electric Entropy Lab
Label: entropymon
Suite: stable
Codename: stable
Date: Wed, 25 Mar 2026 21:51:11 +0000
Architectures: all
Components: main
Description: entropymon apt repository
MD5Sum:
8085d3950558fcab8c3202606542886e 917 main/binary-all/Packages
19e971f819e01bd1f5db9037f5142ace 651 main/binary-all/Packages.gz
SHA256:
be13278ec32952965ceddd49f20da487d574e195dfe3573355e230e54230cc96 917 main/binary-all/Packages
195a9856036adcad9f5d1365d3268bd84bc09fedff54ee4f9f642dec95b40a15 651 main/binary-all/Packages.gz

6
install.sh Normal file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
echo "deb [trusted=yes] https://apt.electricentropy.eu stable main" > /etc/apt/sources.list.d/entropymon.list
apt update -qq
apt install -y entropymon
echo ""
echo "entropymon installed! Run: entropymon"