How to install git on Teltonika routers (RutOS)

Install git on Teltonika routers running RutOS by executing the following commands:

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

After that, you can use git to clone repositories and manage your code on the router.

Note: git-http is required so that git can interact with http or https repositories (to avoidgit: 'remote-https' is not a git command')


Check out similar posts by category: Networking, Embedded