Miserlou/Loop

Compile for Linux // Create Snap Package

Miserlou opened this issue · 5 comments

Compile for Linux // Create Snap Package

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 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?

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

Snap is actually using it's own rootfs, only /home folder are shared with host OS