Update Release with proper hashes + install.sh
This commit is contained in:
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