Add yubikey GPG stuff, fix some stuff

This commit is contained in:
askiiart 2023-10-10 13:27:57 -05:00
parent 320b1f80f7
commit 5461f1799c
Signed by untrusted user who does not match committer: askiiart
GPG key ID: BC3800E55FB54D67
7 changed files with 28 additions and 23 deletions

View file

@ -14,7 +14,7 @@ elif command_exists "yum"; then
sudo dnf install steam -y
elif command_exists "pacman"; then
echo "[multilib]\nInclude = /etc/pacman.d/mirrorlist"
read -p "Enable the multilib repo in /etc/pacman.conf - look above`
read -p "Enable the multilib repo in /etc/pacman.conf - look above"
$EDITOR /etc/pacman.conf
else
echo "IDK"