mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-09-03 01:42:20 +08:00
3 lines
54 B
Bash
Executable File
3 lines
54 B
Bash
Executable File
#!/bin/sh
|
|
dpkg -i $1 || apt install -yf || dpkg -P $1
|