Use lotus snap (and fix typo) for packer builds
This commit is contained in:
parent
ca713c57e7
commit
670c53e863
@ -26,14 +26,14 @@ MANAGED_FILES=(
|
|||||||
apt update
|
apt update
|
||||||
apt reinstall snapd
|
apt reinstall snapd
|
||||||
|
|
||||||
snap install lotus-filecoin
|
snap install lotus
|
||||||
|
|
||||||
snap alias lotus-filecoin.lotus lotus
|
snap alias lotus.lotus lotus
|
||||||
snap alias lotus-file.con.lotus-daemon lotus-daemon
|
snap alias lotus.lotus-daemon lotus-daemon
|
||||||
snap alias lotus-filecoin.lotus-miner lotus-miner
|
snap alias lotus.lotus-miner lotus-miner
|
||||||
snap alias lotus-filecoin.lotus-worker lotus-worker
|
snap alias lotus.lotus-worker lotus-worker
|
||||||
|
|
||||||
snap stop lotus-filecoin.lotus-daemon
|
snap stop lotus.lotus-daemon
|
||||||
|
|
||||||
# Setup firewall
|
# Setup firewall
|
||||||
yes | ufw enable
|
yes | ufw enable
|
||||||
|
Loading…
Reference in New Issue
Block a user