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

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"