Skip to content

Instantly share code, notes, and snippets.

@gfhuertac
Last active March 22, 2018 19:34
Show Gist options
  • Save gfhuertac/e988bb9b396436b14ca434d2d647de61 to your computer and use it in GitHub Desktop.
Save gfhuertac/e988bb9b396436b14ca434d2d647de61 to your computer and use it in GitHub Desktop.
Actualizar Artik

Paso 1: conectarse a WiFi

systemctl status wpa_supplicant

Si no está iniciado

systemctl start wpa_supplicant
dhclient wlan0

Cuando termine de ejecutar anoten la IP

ifconfig wlan0

Paso 2: agregar repositorio

Para ello debemos crear el archivo /etc/yum.repos.d/artik.repo

Ir a https://goo.gl/pXGNeK Copiar el contenido del archivo

vi /etc/yum.repos.d/artik.repo

Pegar el contenido (Presionar i primero, luego pegar) Guardar (Presionar Esc, luego :wq)

Paso 3: Agregar la firma de Artik

Ir a https://goo.gl/NCL4H7 Copiar el contenido del archivo

vi /etc/pki/rpm-gpg/RPM-GPG-KEY-artik

Pegar el contenido (Presionar i primero, luego pegar) Guardar (Presionar Esc, luego :wq)

Paso 4: Finalmente actualizamos el software

dnf repository-packages artik upgrade
dnf install libartik-sdk-tests artiksee
dnf makecache --refresh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment