Update update.sh

merge-requests/1/head
Esteban Mackay Q 2 years ago
parent 716d6247c2
commit 6d623f44bf

@ -444,16 +444,6 @@ if [ ! -d "/var/log/FreeDMR" ]
then
mkdir -p /var/log/FreeDMR
fi
chmod +x /opt/FreeDMR/install.sh
if ! dpkg -s python3-venv >/dev/null 2>&1; then
echo "python3-venv no está instalado. Instalando..."
apt-get install python3-venv -y
echo "python3-venv instalado correctamente."
fi
python3 -m venv env0 &&
source env0/bin/activate &&
./install.sh
deactivate
sudo cat > /opt/conf.txt <<- "EOF"
[D-APRS]

Loading…
Cancel
Save

Powered by TurnKey Linux.