mirror of
https://github.com/cwinfo/yggdrasil-network.github.io.git
synced 2024-11-09 16:50:31 +00:00
Merge pull request #95 from rany0/patch-1
fix fedora installation error
This commit is contained in:
commit
6fe511d758
@ -21,13 +21,11 @@ gpg --armor --no-comment --export-options export-minimal --export 569130E8CA20FB
|
||||
|
||||
Add the repository:
|
||||
```
|
||||
sudo cat > /etc/yum.repos.d/yggdrasil.repo << EOF
|
||||
[yggdrasil]
|
||||
echo '[yggdrasil]
|
||||
name = Yggdrasil
|
||||
baseurl = https://neilalexander.s3.dualstack.eu-west-2.amazonaws.com/rpm/
|
||||
gpgcheck=1
|
||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-yggdrasil
|
||||
EOF
|
||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-yggdrasil' | sudo tee /etc/yum.repos.d/yggdrasil.repo
|
||||
```
|
||||
|
||||
Create the `yggdrasil` group on your system:
|
||||
|
Loading…
Reference in New Issue
Block a user