mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
Fixed Snap local build script.
Thanks to xet7 !
This commit is contained in:
parent
1cd191f76b
commit
69ce79a7b9
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,8 @@ if [[ "$OSTYPE" == "linux-gnu" ]]; then
|
|||
sudo snap install multipass
|
||||
sudo snap install lxd
|
||||
lxd init --auto
|
||||
multipass delete ubu
|
||||
multipass purge
|
||||
multipass launch --name ubu
|
||||
snapcraft
|
||||
exit;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue