mirror of
https://gitdl.cn/https://github.com/chakralinux/gtk.git
synced 2025-01-24 09:52:13 +08:00
9 lines
251 B
Bash
Executable File
9 lines
251 B
Bash
Executable File
#!/usr/bin/env bash
|
|
SCRIPT_DIR=$( dirname $( readlink -e $0 ) )
|
|
source "$SCRIPT_DIR/../.build-lib/ci-library.sh"
|
|
|
|
_do list_packages
|
|
|
|
|
|
# `gpg --recv-key` requires write access to the current user's home directory!
|
|
_do gpg --recv-key $(get_validpgpkeys) |