forked from TrueCloudLab/rclone
Update snapcraft.yaml
This commit is contained in:
parent
10e532bce9
commit
9bb408e1a9
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ grade: stable
|
|||
apps:
|
||||
rclone:
|
||||
command: bin/rclone
|
||||
plugs: [home, network, network-bind]
|
||||
plugs: [home, network, network-bind, fuse-support]
|
||||
|
||||
parts:
|
||||
rclone:
|
||||
|
@ -19,4 +19,4 @@ parts:
|
|||
source-tag: v1.35
|
||||
source-type: git
|
||||
go-importpath: github.com/ncw/rclone
|
||||
build-packages: [gcc, libgudev-1.0-dev]
|
||||
build-packages: [gcc, libgudev-1.0-dev, fuse]
|
||||
|
|
Loading…
Reference in a new issue