Difference between revisions of "Translations:Astroberry Server/16/es"

From Astroberry Wiki
Jump to navigation Jump to search
(Created page with "Descarga la imagen oficial de [https://www.raspberrypi.org/downloads/raspbian/ Raspbian Buster con escritorio] y [https://www.astroberry.io/docs/index.php?title=Astroberry_Ser...")
 
 
Line 1: Line 1:
Descarga la imagen oficial de [https://www.raspberrypi.org/downloads/raspbian/ Raspbian Buster con escritorio] y [https://www.astroberry.io/docs/index.php?title=Astroberry_Server#Flashing_microSD_card flashea tu tarjeta microSD] con ella. Conecta un teclado, mouse y monitor HDMI a tu Raspberry Pi, configura tu sistema con el asistemte oficial de primer inicio y ejecuta los siguientes comandos en tu terminal:
+
Descarga la imagen oficial de [https://www.raspberrypi.org/downloads/raspbian/ Raspbian Buster con escritorio] y [https://www.astroberry.io/docs/index.php?title=Astroberry_Server/es#Flashear_una_tarjeta_microSD flashea tu tarjeta microSD] con ella. Conecta un teclado, mouse y monitor HDMI a tu Raspberry Pi, configura tu sistema con el asistente oficial de primer inicio y ejecuta los siguientes comandos en tu terminal:
 
  wget -O - https://www.astroberry.io/repo/key | sudo apt-key add -
 
  wget -O - https://www.astroberry.io/repo/key | sudo apt-key add -
 
  sudo su -c "echo 'deb https://www.astroberry.io/repo/ buster main' > /etc/apt/sources.list.d/astroberry.list"
 
  sudo su -c "echo 'deb https://www.astroberry.io/repo/ buster main' > /etc/apt/sources.list.d/astroberry.list"
 
  sudo apt update
 
  sudo apt update
 
  sudo apt upgrade
 
  sudo apt upgrade

Latest revision as of 20:28, 16 February 2022

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Astroberry Server)
Download official [https://www.raspberrypi.org/downloads/raspbian/ Raspbian Buster with desktop] image and [https://www.astroberry.io/docs/index.php?title=Astroberry_Server#Flashing_microSD_card flash your microSD] card with it. Connect keyboard, mouse and HDMI display to your Raspberry Pi, setup your system with the official first boot wizard and run the following commands in your terminal:
 wget -O - https://www.astroberry.io/repo/key | sudo apt-key add -
 sudo su -c "echo 'deb https://www.astroberry.io/repo/ buster main' > /etc/apt/sources.list.d/astroberry.list"
 sudo apt update
 sudo apt upgrade
TranslationDescarga la imagen oficial de [https://www.raspberrypi.org/downloads/raspbian/ Raspbian Buster con escritorio] y [https://www.astroberry.io/docs/index.php?title=Astroberry_Server/es#Flashear_una_tarjeta_microSD flashea tu tarjeta microSD] con ella. Conecta un teclado, mouse y monitor HDMI a tu Raspberry Pi, configura tu sistema con el asistente oficial de primer inicio y ejecuta los siguientes comandos en tu terminal:
 wget -O - https://www.astroberry.io/repo/key | sudo apt-key add -
 sudo su -c "echo 'deb https://www.astroberry.io/repo/ buster main' > /etc/apt/sources.list.d/astroberry.list"
 sudo apt update
 sudo apt upgrade

Descarga la imagen oficial de Raspbian Buster con escritorio y flashea tu tarjeta microSD con ella. Conecta un teclado, mouse y monitor HDMI a tu Raspberry Pi, configura tu sistema con el asistente oficial de primer inicio y ejecuta los siguientes comandos en tu terminal:

wget -O - https://www.astroberry.io/repo/key | sudo apt-key add -
sudo su -c "echo 'deb https://www.astroberry.io/repo/ buster main' > /etc/apt/sources.list.d/astroberry.list"
sudo apt update
sudo apt upgrade