Update snapcraft.yaml

This commit is contained in:
Dedsec1 2017-03-01 12:21:54 -05:00 committed by Nick Craig-Wood
parent 10e532bce9
commit 9bb408e1a9

View File

@ -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]