5
0
mirror of https://github.com/cwinfo/yggdrasil-network.github.io.git synced 2024-09-20 00:12:32 +00:00
Commit Graph

6 Commits

Author SHA1 Message Date
Rany
13f54fb85d
fix gpg name 2020-01-30 22:09:45 +02:00
Rany
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
Neil Alexander
4e9401d1e8
Update installation-linux-rpm.md 2019-06-19 22:46:38 +01:00
Neil Alexander
d6cfeffa81
tweaks 2019-03-15 18:27:41 +00:00
Neil Alexander
6365731e11
Use bigger headings 2019-03-15 17:44:04 +00:00
Neil Alexander
813344e8c7
Add some Linux installation pages 2019-03-15 17:32:23 +00:00