mirror of https://gitlab.com/hp3icc/emq-TE1.git
Update install.sh
This commit is contained in:
parent
d67afc21e4
commit
6554bac998
29
install.sh
29
install.sh
|
|
@ -37,7 +37,6 @@ sudo swapoff -a
|
|||
sudo rm /var/swap
|
||||
sudo dphys-swapfile uninstall
|
||||
sudo sed -i 's/CONF_SWAPSIZE=.*/CONF_SWAPSIZE=0/' /etc/dphys-swapfile
|
||||
sudo apt-get install raspi-config -y
|
||||
|
||||
fi
|
||||
#
|
||||
|
|
@ -84,7 +83,7 @@ bash -c "$(curl -fsSL https://gitlab.com/hp3icc/emq-TE1/-/raw/main/install/ysf2d
|
|||
bash -c "$(curl -fsSL https://gitlab.com/hp3icc/emq-TE1/-/raw/main/install/dmrgw.sh)"
|
||||
bash -c "$(curl -fsSL https://gitlab.com/hp3icc/emq-TE1/-/raw/main/install/f2b+ufw.sh)"
|
||||
bash -c "$(curl -fsSL https://gitlab.com/hp3icc/python-aprs-wx/-/raw/main/install.sh)"
|
||||
|
||||
bash -c "$(curl -fsSL https://gitlab.com/hp3icc/emq-TE1/-/raw/main/install/raspberry.sh)"
|
||||
|
||||
###########################
|
||||
echo install menu
|
||||
|
|
@ -109,33 +108,7 @@ bash -c "$(curl -fsSL https://gitlab.com/hp3icc/emq-TE1/-/raw/main/menu/menu-ufw
|
|||
sudo systemctl enable gotty.service
|
||||
sudo systemctl stop webproxy.service
|
||||
sudo systemctl disable webproxy.service
|
||||
##############################
|
||||
sudo cat > /etc/wpa_supplicant/wpa_supplicant.conf <<- "EOF"
|
||||
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
|
||||
update_config=1
|
||||
country=PA
|
||||
##################################################################
|
||||
# #
|
||||
# Favor tomar como referencia, las dos redes wifi que aparecen #
|
||||
# abajo, puede editar con los datos de su red wifi o agregar un #
|
||||
# network nuevo, por cada red wifi nueva que quiera almacenar. #
|
||||
# #
|
||||
# Raspbian proyect by HP3ICC, 73. #
|
||||
# #
|
||||
##################################################################
|
||||
network={
|
||||
key_mgmt=NONE
|
||||
}
|
||||
|
||||
network={
|
||||
ssid="Coloque_aqui_nombre_de_red_wifi"
|
||||
psk="Coloque_aqui_la_clave_wifi"
|
||||
}
|
||||
|
||||
|
||||
EOF
|
||||
|
||||
rfkill unblock wlan
|
||||
#############################################################################################################################
|
||||
cat > /tmp/completado.sh <<- "EOF"
|
||||
#!/bin/bash
|
||||
|
|
|
|||
Loading…
Reference in New Issue