修复打包问题

This commit is contained in:
2026-07-16 16:55:05 +08:00
parent f585be0dcd
commit 2f93ff9727
3 changed files with 0 additions and 13 deletions
-3
View File
@@ -1,3 +0,0 @@
Package: *
Pin: origin *.deepinos.org.cn
Pin-Priority: 400
@@ -1 +0,0 @@
deb [by-hash=force] https://d.store.deepinos.org.cn /
-9
View File
@@ -1,9 +0,0 @@
#!/bin/sh
echo "From:sparkstorefeedback@163.com
To:sparkstorefeedback@163.com
Subject: spark-store_3.0.2: $(lsb_release -a | grep "Description" | sed -e "s#\t#@#" | cut -d "@" -f 2)
$(uname -a)" | tee /tmp/spark-store-install/feedback.txt > /dev/null
curl -s --url "smtp://smtp.163.com" --mail-from "${MAIL_FEEDBACK}" --mail-rcpt "${MAIL_FEEDBACK}" --upload-file /tmp/spark-store-install/feedback.txt --user "${MAIL_FEEDBACK}:${M}AIL_AUTH"