We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
Mostly taken care of with snap install loop-rs --beta, though then loop is installed to loop-rs, which is shitty. I have filed a request for loop.
snap install loop-rs --beta
loop
loop-rs
Sorry, something went wrong.
Snap package cannot found system installed binary, for example
cat plan | loop-rs 'curl -O -J -L $ITEM'
it say:
sh: 1: curl: not found
When I specify the path like /usr/bin/curl it say
sh: 1: /usr/bin/curl: not found
Is it just curl? Or any system binary?
curl
Any system binary(but snap also provide some common binary) for example loop-rs 'ls /bin|wc' --until-success
loop-rs 'ls /bin|wc' --until-success
133 133 991
but execute ls /bin|wc directly
ls /bin|wc
4767 4767 50358
Snap is actually using it's own rootfs, only /home folder are shared with host OS
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: