Translations:Astroberry Server/16/es

From Astroberry Wiki
Revision as of 18:09, 16 February 2022 by Mnicotra (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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 asistemte 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