▲ | curt15 2 days ago | |||||||
Where else would ./install-3rdparty-software.sh write to? Should it spray files all over /usr? | ||||||||
▲ | creatonez 2 days ago | parent | next [-] | |||||||
It shouldn't do anything until the user has told it where the files should end up. It's an unpackaged program, there is no sane place to put it that doesn't have a high chance of conflicting with something else. | ||||||||
| ||||||||
▲ | MisterTea 2 days ago | parent | prev [-] | |||||||
Honestly there should be no install-bs.sh and you just bind everything into the file tree as needed. At least that is how it works on Plan 9 which simplifies a lot of things like path which is just '/bin.' |