mirror of
https://github.com/juzzlin/Heimer.git
synced 2025-10-16 22:46:52 +08:00
7 lines
138 B
Bash
Executable File
7 lines
138 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Builds Snap package with LXD. Assumes Ubuntu 20.04 LTS.
|
|
|
|
rm -f *.snap && snapcraft clean --use-lxd && snapcraft --use-lxd
|
|
|