4
0
mirror of https://github.com/cwinfo/yggdrasil-network.github.io.git synced 2025-07-18 06:58:58 +00:00
Commit Graph

6 Commits

Author SHA1 Message Date
13f54fb85d fix gpg name 2020-01-30 22:09:45 +02:00
4a64567728 fix fedora installation error
`sudo tee` will run as root

`sudo cat` doesn't do anything

you would get this error:
```
[rany@HPipi ~]$ sudo cat > /etc/yum.repos.d/yggdrasil.repo << EOF
> [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
bash: /etc/yum.repos.d/yggdrasil.repo: Permission denied
```
2020-01-30 22:02:30 +02:00
4e9401d1e8 Update installation-linux-rpm.md 2019-06-19 22:46:38 +01:00
d6cfeffa81 tweaks 2019-03-15 18:27:41 +00:00
6365731e11 Use bigger headings 2019-03-15 17:44:04 +00:00
813344e8c7 Add some Linux installation pages 2019-03-15 17:32:23 +00:00