Update wifi-connect.sh

This commit is contained in:
Script Proyect by HP3ICC 2024-09-16 23:23:30 +00:00
parent 908580abc4
commit f3a818db10
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ SCRIPT_NAME="wifi-connect.sh"
# Registra el inicio en /opt/curl.txt
echo "Inicio: $SCRIPT_NAME" >> /opt/curl.txt
if [ "$(cat /proc/cpuinfo | grep 'Raspberry')" != "" ]; then
bash -c "$(curl -fsSLk https://gitlab.com/hp3icc/emq-TE1/-/raw/main/install/docker.sh)"
bash -c "$(curl -fsSLk https://gitlab.com/hp3icc/emq-TE1/-/raw/main/install/docker.sh)" &&
cd /opt
mkdir wc
sudo cat > /opt/wc/docker-compose.yml <<- "EOF"