From e79bd8573e3eea79f1308e25d2db9d7c89e5360b Mon Sep 17 00:00:00 2001 From: imvec Date: Mon, 22 Aug 2022 16:42:04 +0000 Subject: [PATCH] Update instalador.sh --- instalador.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/instalador.sh b/instalador.sh index 58917f9..551be42 100644 --- a/instalador.sh +++ b/instalador.sh @@ -1,8 +1,8 @@ # !/bin/bash # # CÓMO UTILIZAR ESTE SCRIPT DE INSTALACIÓN -# Instala la última versión de Raspberry OS Lite y flashéala usando Etcher.io. -# Enchufa la Raspberry a un monitor y un teclado. +# Instala la última versión de Raspberry OS Lite 32bits y flashéala usando Pi Imager ue te permitirá instalarlo y configurar la red wifi (https://y.com.sb/watch?v=ntaXWS8Lk34). +# Enchufa la Raspberry Pi a un monitor y un teclado. # Enciéndela. # Entra en la carpeta de usuaria escribiendo "cd /home/pi" # Descarga este archivo con "sudo wget https://gitlab.com/imvec/picapikap/-/raw/main/instalador.sh" @@ -11,8 +11,8 @@ # # # HOW TO USE THIS INSTALLATION SCRIPT -# Install latest version of Raspberry OS Lite and flash it using Etcher.io -# Plug the Raspberry to a monitor and a keyboard. +# Install latest version of Raspberry OS Lite 32bits and flash it using Pi Imager that will allow you to install it and configure the wifi network (https://y.com.sb/watch?v=ntaXWS8Lk34) +# Plug the Raspberry Pi to a monitor and a keyboard. # Boot it up. # Go to your user directory typing "cd /home/pi" # Get this installer file with "sudo wget https://gitlab.com/imvec/picapikap/-/raw/main/instalador.sh"