Merge pull request #9152 from ianconsolata/update-packer-snap-name
Use lotus snap (and fix typo) for packer builds
This commit is contained in:
commit
0b5e27d3de
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user