- Instala el termux aqui
Note
Copia los códigos uno por uno, no los pegues todos juntos a la vez.
apt-get update -y && pkg upgrade -y && pkg update -y && pkg install nodejs -y && pkg install nodejs-lts -y && pkg install ffmpeg -y && pkg install wget -y && pkg install tesseract -y && pkg install git -ytermux-setup-storagecd /sdcard && git clone https://github.com/NaufraZapp/Naufrabot-base cd Naufrabot-basenode indexSi después de instalar el bot en Termux se detiene (pantalla en blanco, pérdida de conexión a Internet, reinicio del dispositivo), sigue estos pasos:
-
Abre Termux y navega al directorio del bot:
cd Naufrabot-base -
Inicia el bot nuevamente:
node index

