mirror of
https://git.proxmox.com/git/fwupd
synced 2025-06-05 05:37:36 +00:00
7 lines
54 B
Bash
Executable File
7 lines
54 B
Bash
Executable File
#!/bin/sh
|
|
set -e
|
|
|
|
mkdir -p /build
|
|
cd /build
|
|
snapcraft
|