Add yubikey GPG stuff, fix some stuff
This commit is contained in:
parent
320b1f80f7
commit
5461f1799c
7 changed files with 28 additions and 23 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue