From ab14cbb5a01a7d5a9a392b8c41c222fa35f4de9e Mon Sep 17 00:00:00 2001 From: "lukasz@orzechowski.eu" Date: Wed, 25 Mar 2026 23:50:14 +0100 Subject: [PATCH] Update Release with proper hashes + install.sh --- dists/stable/Release | 7 +++++++ install.sh | 6 ++++++ 2 files changed, 13 insertions(+) create mode 100644 install.sh diff --git a/dists/stable/Release b/dists/stable/Release index 34d8c5c..25ff9df 100644 --- a/dists/stable/Release +++ b/dists/stable/Release @@ -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 diff --git a/install.sh b/install.sh new file mode 100644 index 0000000..e97a134 --- /dev/null +++ b/install.sh @@ -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"