Skip to content

Commit 0dcc432

Browse files
Update build script to initialize and populate keys
1 parent 57ecde4 commit 0dcc432

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ set -euo pipefail
44
IFS=$'\n\t'
55

66
sudo pacman-key --init
7+
sudo pacman-key --populate archlinux
8+
paru -Sy archlinux-keyring --noconfirm
9+
710
sudo pacman-key --recv-key 3056513887B78AEB --keyserver keyserver.ubuntu.com
811
sudo pacman-key --lsign-key 3056513887B78AEB
912

0 commit comments

Comments
 (0)