mirror of https://gitlab.com/hp3icc/emq-TE1.git
parent
92a9d53b86
commit
cf9003f151
|
|
@ -10,7 +10,7 @@ fi
|
|||
bash -c "$(curl -fsSL https://gitlab.com/hp3icc/emq-TE1/-/raw/main/install/wifi-connect.sh)"
|
||||
|
||||
# Lista de aplicaciones para verificar e instalar
|
||||
apps=("sudo" "curl" "git" "make" "build-essential" "libusb-1.0-0-dev" "python" "python3" "python3-full" "python3-pip" "chkconfig" "git-core" "libi2c-dev" "i2c-tools" "lm-sensors" "python3-websockets" "python3-gpiozero" "python3-psutil" "python3-serial" "wget" "sudo" "python3-dev" "python3-venv" "libffi-dev" "libssl-dev" "cargo" "pkg-config" "sed" "default-libmysqlclient-dev" "libmysqlclient-dev" "build-essential" "zip" "unzip" "python3-distutils" "python3-twisted" "python3-bitarray" "rrdtool" "openssl" "wavemon" "gcc" "g++" "cmake" "libasound2-dev" "libudev-dev" "gpsd" "libgps-dev" "gpsd-clients" "gpsd-tools" "chrony")
|
||||
apps=("sudo" "curl" "git" "make" "build-essential" "libusb-1.0-0-dev" "python" "python3" "python3-full" "python3-pip" "chkconfig" "git-core" "libi2c-dev" "i2c-tools" "lm-sensors" "python3-websockets" "python3-gpiozero" "python3-psutil" "python3-serial" "wget" "sudo" "python3-dev" "python3-venv" "libffi-dev" "libssl-dev" "cargo" "pkg-config" "sed" "default-libmysqlclient-dev" "libmysqlclient-dev" "build-essential" "zip" "unzip" "python3-distutils" "python3-twisted" "python3-bitarray" "rrdtool" "openssl" "wavemon" "gcc" "g++" "cmake" "libasound2-dev" "libudev-dev" "gpsd" "libgps-dev" "gpsd-clients" "gpsd-tools" "chrony" "libsamplerate0-dev")
|
||||
|
||||
# Función para verificar e instalar una aplicación
|
||||
check_and_install() {
|
||||
|
|
|
|||
|
|
@ -63,8 +63,8 @@ then
|
|||
fi
|
||||
|
||||
cd /opt
|
||||
#git clone https://github.com/g4klx/MMDVMHost.git
|
||||
git clone https://github.com/hp3icc/MMDVMHost.git
|
||||
git clone https://github.com/g4klx/MMDVMHost.git
|
||||
#git clone https://github.com/hp3icc/MMDVMHost.git
|
||||
cd /opt/MMDVMHost
|
||||
sudo make clean
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue