diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 98196d1dfe..c8c3f8178c 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -114,9 +114,10 @@ parts: mkdir -p $SNAPCRAFT_PART_INSTALL/bin cp -av multinode-demo/* $SNAPCRAFT_PART_INSTALL/bin/ - # TODO: build rsync/multilog from source instead of sneaking it in from the host + # TODO: build curl,rsync/multilog from source instead of sneaking it in from the host # system... set -x mkdir -p $SNAPCRAFT_PART_INSTALL/bin - cp -av /usr/bin/rsync $SNAPCRAFT_PART_INSTALL/bin/ + cp -av /usr/bin/curl $SNAPCRAFT_PART_INSTALL/bin/ cp -av /usr/bin/multilog $SNAPCRAFT_PART_INSTALL/bin/ + cp -av /usr/bin/rsync $SNAPCRAFT_PART_INSTALL/bin/