So here is a ‘hacking’ solution which solves the wrong ID issue and the multiuser issue described above in one line: curl https://download.argon40.com/argonfanhat.sh | sed -E 's/"\$ID" *= *"raspbian"/\0 ] || [ "$ID" = "debian"/g;' | sed -E 's/echo "(After|WantedBy)=multi-user\.target"/# \0/g;' | bash
1 Like