-1

I am trying to install git-lfs in my netbook that runs peppermint 6 linux. I already tryen everything suggested in the documentation but with no luck.

Has anyone knows how to properly do it?

Thanks

Akis
  • 1

1 Answers1

0

I found the answer with help from @PCNetSpec from peppermint os forum

You can find it here: link

Open a terminal and run these commands in sequence:

wget https://packagecloud.io/github/git-lfs/packages/ubuntu/trusty/git-lfs_1.5.5_i386.deb/download -O git-lfs_1.5.5_i386.deb

followed by:

sudo dpkg -i git-lfs_1.5.5_i386.deb
Akis
  • 1