mirror of
https://git.proxmox.com/git/fwupd
synced 2025-07-27 00:25:30 +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
|