astadmistry
astadmistry
Easy way to download lastest lua rocks version: `luaver install-luarocks $(curl -sL https://api.github.com/repos/luarocks/luarocks/tags | jq -r '.[0].name' | cut -c 2-)` **Linux dependency:** `sudo apt install jq`
Any update on this PR?
Any update on this PR?
Any update on this PR?
I also had this problem, I can now access the files! Try out the below code... `"C:\Program Files\SSHFS-Win\bin\sshfs-win" svc \sshfs.rk\root@HOSTNAME!PORT/.. G: -oIdentityFile=/c/Users/abc/.ssh/id_ed25519 -oallow_root -oumask=0000 -ouid=-1 -ogid=-1 -odebug`
To get the latest stable version, I use jq: `wget -O - -o /dev/null 'https://julialang-s3.julialang.org/bin/versions.json' | jq 'with_entries(select(.value.stable==true)) | to_entries | max_by(.key).value.files | .[] | select(.triplet == "x86_64-linux-gnu") | .url'`...