mirror of
https://github.com/arabianq/pipewire-soundpad.git
synced 2026-04-28 06:21:23 +00:00
8 lines
125 B
Bash
Executable File
8 lines
125 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
cd "$(dirname "$(realpath "$0")")/.." || exit
|
|
|
|
rm -rf ./target/debian
|
|
|
|
cargo install cargo-deb
|
|
cargo-deb |