From c6887a5e50d045929034b37a61556a6a8f26349b Mon Sep 17 00:00:00 2001 From: Alexandre Date: Mon, 6 Jun 2022 13:08:26 +0200 Subject: [PATCH] Add note for future revamp --- setup.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.sh b/setup.sh index 4055983..349eba4 100644 --- a/setup.sh +++ b/setup.sh @@ -86,6 +86,8 @@ set_sshd_conf() { sed -i -e "s/PermitRootLogin yes/PermitRootLogin no/g" /etc/ssh/sshd_config } +# TODO in new massive revamp of Armbian setup scripts (in one new big script), this will become a by-SBC function, and +# we should add the following for opizero: rm /etc/NetworkManager/conf.d/10-override-wifi-random-mac-disable.conf set_cpufreq() { if [ $default_hostname = 'orangepizero' ]; then echo "Setting CPU frequency to performance"