Submitted by rumovoice t3_11hscl1 in MachineLearning
ke7cfn t1_jazjfwv wrote
Can it download and build sshfs for an m1 mac by query ?
rumovoice OP t1_jazl88i wrote
> download and build sshfs for an m1 mac
its answer: git clone https://github.com/osxfuse/sshfs.git && cd sshfs && ./autogen.sh && ./configure && make && sudo make install
it doesn't do well in cases where it needs some recent knowledge like m1 issues
ke7cfn t1_jazlzk6 wrote
Looks like here's what needs to be done:
https://www.reddit.com/r/macapps/comments/lea865/how_to_install_sshfs_on_big_sur/
Viewing a single comment thread. View all comments