diff --git a/bin/install.sh b/bin/install.sh index 22d17d2..daea239 100755 --- a/bin/install.sh +++ b/bin/install.sh @@ -121,7 +121,6 @@ if [[ $EUID -ne 0 ]]; then fi mkdir -p $HOME/.config -echo -e "Installing vault" _vault echo -e "Features to install: $FEATURES\n" for APP in $FEATURES diff --git a/snapcraft.yaml b/snapcraft.yaml index 40fa3a2..a8ddd19 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -12,7 +12,10 @@ confinement: strict # use 'strict' once you have the right plugs and slots parts: preserve: # See 'snapcraft plugins' - plugin: x-rust + plugin: rust + features: + - ceph + - gluster source: . stage-packages: - pkg-config