mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Fixed release script of building Snap locally at Ubuntu.
Thanks to xet7 !
This commit is contained in:
parent
f73a370719
commit
159324858b
1 changed files with 2 additions and 0 deletions
|
|
@ -10,6 +10,8 @@ if [[ "$OSTYPE" == "linux-gnu" ]]; then
|
|||
sudo systemctl start snapd
|
||||
sudo snap install snapcraft --classic
|
||||
sudo snap install multipass
|
||||
sudo snap install lxd
|
||||
lxd init --auto
|
||||
multipass launch --name ubu
|
||||
snapcraft
|
||||
exit;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue