Merge pull request #9152 from ianconsolata/update-packer-snap-name

Use lotus snap (and fix typo) for packer builds
This commit is contained in:
Geoff Stuart 2022-08-11 09:14:11 -04:00 committed by GitHub
commit 0b5e27d3de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,14 +26,14 @@ MANAGED_FILES=(
apt update
apt reinstall snapd
snap install lotus-filecoin
snap install lotus
snap alias lotus-filecoin.lotus lotus
snap alias lotus-file.con.lotus-daemon lotus-daemon
snap alias lotus-filecoin.lotus-miner lotus-miner
snap alias lotus-filecoin.lotus-worker lotus-worker
snap alias lotus.lotus lotus
snap alias lotus.lotus-daemon lotus-daemon
snap alias lotus.lotus-miner lotus-miner
snap alias lotus.lotus-worker lotus-worker
snap stop lotus-filecoin.lotus-daemon
snap stop lotus.lotus-daemon
# Setup firewall
yes | ufw enable