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

@ -12,6 +12,7 @@ if command_exists "apt-get"; then
sudo apt install curl -y
elif command_exists "yum"; then
sudo dnf config-manager --add-repo https://askiiart.net/repos/fedora/x86_64/askiiart.repo
sudo dnf install https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm
elif command_exists "pacman"; then
WD=$(pwd)
pacman -S --needed git base-devel