This commit is contained in:
Esteban Mackay Q 2023-12-11 11:01:39 -05:00
parent 17c611886a
commit 38c19f7551
2 changed files with 2 additions and 5 deletions

View File

@ -36,7 +36,8 @@ rfkill unblock wlan
##
sudo apt-get install raspi-config -y
else
systemctl disable autoap.service
#systemctl disable autoap.service
echo ""
fi
# Registra el final en /opt/curl.txt
echo "Finalizado: $SCRIPT_NAME" >> /opt/curl.txt

View File

@ -11,7 +11,6 @@ sed -i "s/CONFIRMATION=.*/CONFIRMATION=false/" raspbian-install.sh
chmod +x raspbian-install.sh
./raspbian-install.sh
rm raspbian-install.sh
#auto ap
sudo cat > /usr/local/bin/autoap.sh <<- "EOF"
#!/bin/bash
@ -80,9 +79,6 @@ EOF
#
systemctl daemon-reload
systemctl enable autoap.service
#systemctl enable apoff.service
#systemctl stop apoff.service autoap.service
#systemctl start autoap.service apoff.service
fi
# Registra el final en /opt/curl.txt