From dedf46ed1f5d5ec73edff67b5e1a928aaff06435 Mon Sep 17 00:00:00 2001 From: Cory Schwartz Date: Fri, 17 Dec 2021 17:12:10 -0800 Subject: [PATCH] use correct snap name --- tools/packer/setup-snap.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/packer/setup-snap.sh b/tools/packer/setup-snap.sh index 7b543bc36..29e0bf26d 100644 --- a/tools/packer/setup-snap.sh +++ b/tools/packer/setup-snap.sh @@ -7,6 +7,7 @@ # provider will have a different initial user account. set -x +set -e # Become root, if we aren't already. # Docker images will already be root. AMIs will have an SSH user account. @@ -21,7 +22,7 @@ MANAGED_FILES=( /etc/motd ) -snap install filecoin-lotus +snap install lotus-filecoin snap alias lotus-filecoin.lotus lotus snap alias lotus-filecoin.lotus-miner lotus-miner