From c40a096695ae972c4506ab3c694c95a3b59f1e3e Mon Sep 17 00:00:00 2001 From: Alexandre CATTEAU Date: Mon, 12 Aug 2024 20:53:59 +0200 Subject: [PATCH] Fix typo --- setup.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.sh b/setup.sh index ebde2e5..c00e1ce 100755 --- a/setup.sh +++ b/setup.sh @@ -79,7 +79,6 @@ if [[ $sbc = 'orangepizero' ]]; then # TODO other SBCs? sed -i -e "s/wifi.mac-address-randomization=1/wifi.mac-address-randomization=no/g" /etc/NetworkManager/conf.d/zz-override-wifi-random-mac-disable.conf fi - # specific setting for orangepizero if [[ $sbc = 'orangepizero' ]]; then echo "Setting CPU frequency to performance"