mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-07-09 23:25:58 +08:00
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
|