mirror of
https://gitee.com/spark-store-project/spark-store
synced 2026-06-09 22:32:24 +08:00
961d174bf7
尝试添加了自动编译打包脚本,由于不会使用 dh_make 故每次需要手动更新打包信息。
4 lines
55 B
Bash
Executable File
4 lines
55 B
Bash
Executable File
#!/bin/sh
|
|
|
|
dpkg -i $1 || apt install -yf || dpkg -P $1
|