automate/010_hddtemp.sh

6 lines
130 B
Bash
Executable File

#!/usr/bin/env bash
apt install -y hddtemp
# RUN_DAEMON="false"
sed -i 's,^\(RUN_DAEMON=\).*,\1'\"true\"',' /etc/default/hddtemp