Friday, May 17, 2024
 Popular · Latest · Hot · Upcoming
6
rated 0 times [  6] [ 0]  / answers: 1 / hits: 135150  / 2 Years ago, sun, april 17, 2022, 11:41:41

I am trying to install git-lfs package and it looks like expected paths are not Ubuntu friendly. From Downloads section of git-lfs I choose Linux AMD64 file name git-lfs-freebsd-amd64-1.2.1.tar.gz, because .deb files are not available for Ubuntu, just Debian 7,8.



I am getting error: install.sh: 19: install.sh: PATH+=:/usr/local/bin: not found when executing install.sh.



Does anyone have a working solution on how to install git-lfs?


More From » git

 Answers
7

I found my solution, the problem was executing install.sh using sh:



The correct way is sudo ./install.sh or sudo bash install.sh instead of sh install.sh.


[#14440] Tuesday, April 19, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
atchcommo

Total Points: 114
Total Questions: 130
Total Answers: 101

Location: Cook Islands
Member since Sat, Oct 16, 2021
3 Years ago
;