Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

error: home_manuelschneid3r_Arch: key "" is unknown

key=$(curl -fsSL https://download.opensuse.org/repositories/home:manuelschneid3r/Arch/$(uname -m)/home_manuelschneid3r_Arch.key)
fingerprint=$(gpg --quiet --with-colons --import-options show-only --import --fingerprint <<< "${key}" | awk -F: '$1 == "fpr" { print $10 }')

pacman-key --init
pacman-key --add - <<< "${key}"
pacman-key --lsign-key "${fingerprint}"

pacman -Sy home_manuelschneid3r_Arch/albert
Comment

PREVIOUS NEXT
Code Example
Shell :: printing from command line filters pipelines 
Shell :: unbinding a mac to AD terminal 
Shell :: watchman fatal error: openssl/sha.h: No such file or directory 
Shell :: master branch renamed 
Shell :: generate kubernetes dashboard token longer time 
Shell :: create fake json from console 
Shell :: change git to github 
Shell :: ./bootstrap command not found in dockerfile 
Shell :: ubuntu 21.04 install gnome tweak tool 
Shell :: view block devices and file systems on linux 
Shell :: bash cp command error with parenthesis 
Shell :: http 192.168.l.l admin airtel 
Shell :: What is the command to build image from Dockerfile and Podman 
Shell :: brew install keepnote 
Shell :: unrar into directory 
Shell :: sbt run on save 
Shell :: how to configure adminer ubuntu 
Shell :: Delay app startup on Ubuntu 
Shell :: xfce ubuntu server disable suspend 
Shell :: grep until third match 
Shell :: fix merge conflict in package-lock.json 
Shell :: GImp install ubuntu terminal command 
Shell :: change date and time in kali linux 2021 
Shell :: gparted 
Shell :: awk or statement 
Shell :: add one drive to ubuntu 
Shell :: pendrive bootable using terminal 
Shell :: install sketchjs 
Shell :: where do i grab someones powershell code 
Php :: drupal 8 show php errors settings.php 
ADD CONTENT
Topic
Content
Source link
Name
3+3 =