rev24-12-12

rev24-12-13 fix rev24-12-12
This commit is contained in:
Esteban Mackay Q. 2024-12-13 21:08:05 -05:00
parent ebee4acc01
commit 799259ff56
4 changed files with 4 additions and 4 deletions

View File

@ -104,7 +104,7 @@ Imagen para raspberry, proyecto emq-TE1 - recomendado para cualquier Raspberry :
* <p><a href="https://drive.google.com/u/0/uc?id=17DzFy8i-S1ISvr08QnI8rO7uEUov6K-4&export=download&confirm=t&uuid=4329f6b0-353d-44d1-b08b-2715faa32981" target="_blank">Descargar</a> imagen Raspberry&nbsp;</p>
Ultima revision de imagen Raspberry: emq-TE1+ Rev: 12/12/2024
Ultima revision de imagen Raspberry: emq-TE1+ Rev: 13/12/2024
Raspberry OS Lite Basado en la versión 12 de Debian armhf (bookworm) 19/11/2024

View File

@ -256,7 +256,7 @@ EOF
###
##############################
cat > /opt/emq-ver <<- "EOF"
EMQ-VER: 24.12.12
EMQ-VER: 24.12.13
EOF
##############################
bash -c "$(curl -fsSLk https://gitlab.com/hp3icc/emq-TE1/-/raw/main/menu/menu)"

View File

@ -577,7 +577,7 @@ sudo sed -i 's/<script type="text\/javascript">document.write(customText);<\/scr
sudo sed -i 's/This is an example/MMDVMHost Dashboard/' /opt/MMDVMHost-Websocketboard/html/js/config.js
sudo sed -i 's/you can use all html-tags and multiline-text./MMDVMHost-Websocketboard by DG9VH/' /opt/MMDVMHost-Websocketboard/html/js/config.js
sudo sed -i 's/<span class="navbar-brand float:right">Websocket-Based<\/span>/<span style="color: #808080;" <li>Temperature: <span id="cputemp"><\/span> °C<\/li>/g' /opt/MMDVMHost-Websocketboard/html/index.html
sudo sed -i 's/<a class="navbar-brand" href="#">MMDVM-Dashboard by DG9VH<\/a>/<h6 style="text-align: center;"><span style="color: #808080;"><a style="color: #808080;" href="https:\/\/github.com\/hp3icc\/emq-TE1ws\/" target="_blank">emq-te1ws Raspbian Proyect by hp3icc<\/a> copyright 2018-YK00<\/span><\/h6>/g' /opt/MMDVMHost-Websocketboard/html/index.html
sudo sed -i 's/<a class="navbar-brand" href="#">MMDVM-Dashboard by DG9VH<\/a>/<h6 style="text-align: center;"><span style="color: #808080;"><a style="color: #808080;" href="https:\/\/github.com\/hp3icc\/emq-TE1ws\/" target="_blank">emq-te1ws Script Proyect by hp3icc<\/a> copyright 2018-YK00<\/span><\/h6>/g' /opt/MMDVMHost-Websocketboard/html/index.html
variable2=$(date +'%Y' | tail -c 5)
sudo sed -i "s/YK00/$variable2/g" /opt/MMDVMHost-Websocketboard/html/index.html
#############################

View File

@ -32,7 +32,7 @@ if [ "$(cat /proc/cpuinfo | grep 'Raspberry')" != "" ]; then
done
# Ahora desbloquear el Wi-Fi y realizar otras configuraciones
sudo rfkill unblock wlan
rfkill unblock wlan
sudo apt-get install raspi-config -y
sudo wget --no-cache -O /etc/init.d/move_nmconnection.sh https://gitlab.com/hp3icc/emq-TE1/-/raw/main/install/move_nmconnection.sh
sudo chmod +x /etc/init.d/move_nmconnection.sh