fixes
Some checks failed
Bump build.func Revision / bump-revision (push) Has been cancelled

This commit is contained in:
CanbiZ 2025-10-16 22:56:28 +02:00
parent 100d3be026
commit 26ec62beee

View File

@ -81,13 +81,13 @@ reload_path() {
cleanup_before_test() {
# Kill any hanging apt processes
killall apt-get apt 2>/dev/null || true
# Remove apt locks
rm -f /var/lib/dpkg/lock-frontend /var/lib/dpkg/lock /var/cache/apt/archives/lock 2>/dev/null || true
# Remove existing keyrings to avoid overwrite prompts
# Remove existing keyrings to avoid overwrite prompts
rm -f /etc/apt/keyrings/*.gpg 2>/dev/null || true
# Wait a moment for processes to clean up
sleep 1
}