automate/010_hddtemp.sh

6 lines
134 B
Bash
Executable File

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