From 28bd4dbf60e06cb77d79946b4ff5cdae2aa67a6f Mon Sep 17 00:00:00 2001 From: punkfairie <23287005+punkfairie@users.noreply.github.com> Date: Wed, 2 Oct 2024 20:14:30 -0700 Subject: [PATCH] Update .chezmoiscripts/20-pacman.sh --- .chezmoiscripts/run_once_after_20-pacman.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.chezmoiscripts/run_once_after_20-pacman.sh b/.chezmoiscripts/run_once_after_20-pacman.sh index cf3dee2..5929d39 100644 --- a/.chezmoiscripts/run_once_after_20-pacman.sh +++ b/.chezmoiscripts/run_once_after_20-pacman.sh @@ -1,4 +1,4 @@ #!/usr/bin/env bash -pacman-key --init -pacman-key --populate archlinux +sudo pacman-key --init +sudo pacman-key --populate archlinux