4 lines
81 B
Bash
4 lines
81 B
Bash
#!/usr/bin/env bash
|
|
|
|
sudo pacman-key --init
|
|
sudo pacman-key --populate archlinux
|