Difference between revisions of "Translations:Astroberry Server/16/es"
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# | + | 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 19:28, 16 February 2022
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