I hereby claim:
- I am maxhq on github.
- I am maxhq (https://keybase.io/maxhq) on keybase.
- I have a public key ASAhD8X30dAEbAX1Ufohv16FsVWuiV7iEw5xNl-wcx-DIQo
To claim this, I am signing this object:
#!/bin/bash | |
# DESCRIPTION | |
# This script migrates from "apt-key" managed keys to "[signed-by=/usr/share/keyrings/...]": | |
# - loop through all lists in /etc/apt/sources.list.d | |
# - read all lines with "deb..." that do not contain "[signed-by=]" | |
# - download the GPG signature from the URL | |
# - read the key ID from the signature | |
# - download and saves the key using gpg | |
# - add "[signed-by=/usr/share/keyrings/...]" to the "deb..." line |
#!/usr/bin/env bash | |
set -e | |
function parse_yaml { | |
local source="$1" | |
local prefix="$2" | |
cat "$source" | perl -MCPAN::Meta::YAML <(cat <<'EOF' | |
$yaml_str = do { local $/; <STDIN> }; |
I hereby claim:
To claim this, I am signing this object:
Provide abstractions for