mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-09-03 18:02:20 +08:00
7 lines
203 B
Bash
Executable File
7 lines
203 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
|
|
echo "---可更新的应用有:"
|
|
sudo apt list --upgradable -o Dir::Etc::sourcelist="sources.list.d/sparkstore.list" -o Dir::Etc::sourceparts="-" -o APT::Get::List-Cleanup="0"
|