reSHARMA / riscv-busybear-linux

Busybear RISCV Linux
0 stars 0 forks source link

install git #2

Open Sameeranjoshi opened 4 years ago

Sameeranjoshi commented 4 years ago

How to innstall git .

root@busybear:/# sudo apt-get install git
-sh: sudo: not found
root@busybear:/# apt-get install git
-sh: apt-get: not found
root@busybear:/#
reSHARMA commented 4 years ago

We need to set up a bridge so that it can access the Internet and can get the required things. Since we will be copying the toolchain inside it, ssh can be fast in such use cases. I think the priority should be given to ssh as we can scp any repo into it. If we can get the Internet working in it without much effort, nothing can be better than that.