Improve backup functions; Minor fix for checkdeps

This commit is contained in:
clsty
2025-10-31 08:30:41 +08:00
parent 480966f978
commit f866ef1fd7
3 changed files with 61 additions and 64 deletions
+5 -2
View File
@@ -1,6 +1,9 @@
#!/usr/bin/env bash
# This script is meant to be sourced.
# It's not for directly running.
# shellcheck shell=bash
# Check whether pkgs exist in AUR or repos of Arch.
#
# Do NOT abuse this since it consumes extra bandwidth from AUR server.
pkglistfile=$(mktemp)