Compile for Linux // Create Snap Package
Miserlou opened this issue · 5 comments
Miserlou commented
Compile for Linux // Create Snap Package
Miserlou commented
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
.
codehz commented
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
Miserlou commented
Is it just curl
? Or any system binary?
codehz commented
Any system binary(but snap also provide some common binary)
for example loop-rs 'ls /bin|wc' --until-success
133 133 991
but execute ls /bin|wc
directly
4767 4767 50358
codehz commented
Snap is actually using it's own rootfs, only /home folder are shared with host OS