Update Release with proper hashes + install.sh
This commit is contained in:
@@ -2,6 +2,13 @@ Origin: Electric Entropy Lab
|
|||||||
Label: entropymon
|
Label: entropymon
|
||||||
Suite: stable
|
Suite: stable
|
||||||
Codename: stable
|
Codename: stable
|
||||||
|
Date: Wed, 25 Mar 2026 21:51:11 +0000
|
||||||
Architectures: all
|
Architectures: all
|
||||||
Components: main
|
Components: main
|
||||||
Description: entropymon apt repository
|
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
6
install.sh
Normal 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"
|
||||||
Reference in New Issue
Block a user