mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-06-03 23:19:49 +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
|