Como instalar git em roteadores Teltonika (RutOS)

Instale git em roteadores Teltonika executando RutOS executando os seguintes comandos:

install-git.sh
opkg -e /etc/opkg/openwrt/distfeeds.conf update
opkg -e /etc/opkg/openwrt/distfeeds.conf install git git-http

Depois disso, você pode usar git para clonar repositórios e gerenciar seu código no roteador.

Nota: git-http é necessário para que o git possa interagir com repositórios http ou https (para evitar git: 'remote-https' is not a git command')


Check out similar posts by category: Networking, Embedded