summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxengineering <mail2xengineering@protonmail.com>2020-01-06 16:02:46 +0100
committerxengineering <mail2xengineering@protonmail.com>2020-01-06 16:02:46 +0100
commit15f23fe0098c0e18d529b2f76e1085eb77cc00e4 (patch)
tree630e75ea4e1d82fe6c87c7e922b6be8bf10b14e3
parenta0cba04420713dd038f9bb0d8c0517065d911659 (diff)
downloadarchinstall-15f23fe0098c0e18d529b2f76e1085eb77cc00e4.tar
archinstall-15f23fe0098c0e18d529b2f76e1085eb77cc00e4.tar.zst
archinstall-15f23fe0098c0e18d529b2f76e1085eb77cc00e4.zip
Last commit was not complete.
-rw-r--r--util/reset_pacman_keys.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/util/reset_pacman_keys.sh b/util/reset_pacman_keys.sh
index c360432..fc1e754 100644
--- a/util/reset_pacman_keys.sh
+++ b/util/reset_pacman_keys.sh
@@ -18,5 +18,9 @@
# along with this program. If not, see <https://www.gnu.org/licenses/>.
+rm -rf /etc/pacman.d/gnupg
+pacman-key --init
+pacman-key --populate archlinux
+
echo "Resetted pacman keys - OK"