From d4bf906ed64c5a97c99b74b63d31f24a0725a861 Mon Sep 17 00:00:00 2001 From: Craig Schardt Date: Sun, 29 Dec 2024 14:16:09 -0600 Subject: [PATCH] nmcli not available in install script --- install_opi5.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/install_opi5.sh b/install_opi5.sh index dc667cd..3b39277 100755 --- a/install_opi5.sh +++ b/install_opi5.sh @@ -47,9 +47,6 @@ rm -f /etc/netplan/00-default-nm-renderer.yaml # set NetworkManager as the renderer in cloud-init cp -f ./OPi5_CIDATA/network-config /boot/network-config -# disable all wireless devices -nmcli radio all off - # add customized user-data file for cloud-init cp -f ./OPi5_CIDATA/user-data /boot/user-data