Tiny Core Linux
Tiny Core Extensions => TCE Q&A Forum => Topic started by: The-Bob on January 02, 2019, 11:38:21 PM
-
After downloading git via the tce command line tool (Running on a headless pi via ssh, no gui),
tce-load -i git.tcz
gives error mount: mounting /dev/loop15 on /tmp/tcloop/git failed: Invalid argument
Edit: after a restart it gives git is already installed
but git -h gives -sh: git: not found
df -h does not list git.
-
Perhaps your download is corrupted - did you check the md5sum?
-
I did not, what's the command for that?
-
$ md5sum -c git.tcz.md5.txt
-
Yep, it was a corrupted file. Reinstalled and it worked. Thanks!