mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-08-20 20:07:23 +02:00
Compare commits
No commits in common. "4f849289773a0189c5919d88a2e897881d0277b6" and "8dfadca7c0f8a57ffc48339aaf036f24ede490ac" have entirely different histories.
4f84928977
...
8dfadca7c0
@ -12,10 +12,9 @@ sitemap: false
|
|||||||
|
|
||||||
## My ASP profile
|
## My ASP profile
|
||||||
|
|
||||||
[https://keyoxide.org/aspe:keyoxide.org:LGWNUB7QG4M326FXXBH5Z6PLVY](https://keyoxide.org/aspe:keyoxide.org:LGWNUB7QG4M326FXXBH5Z6PLVY)
|
https://keyoxide.org/aspe:keyoxide.org:LGWNUB7QG4M326FXXBH5Z6PLVY
|
||||||
|
|
||||||
### Proofs
|
### Proofs
|
||||||
|
|
||||||
- Plain: [`aspe:keyoxide.org:LGWNUB7QG4M326FXXBH5Z6PLVY`](https://keyoxide.org/aspe:keyoxide.org:LGWNUB7QG4M326FXXBH5Z6PLVY)
|
- Plain: `aspe:keyoxide.org:LGWNUB7QG4M326FXXBH5Z6PLVY`
|
||||||
- <code>[`aspe:keyoxide.org:LGWNUB7QG4M326FXXBH5Z6PLVY`](https://keyoxide.org/aspe:keyoxide.org:LGWNUB7QG4M326FXXBH5Z6PLVY)</code>
|
|
||||||
- Hashed: `$argon2id$v=19$m=8192,t=2,p=4$UeKcKenApsCHc+YGJUGCHw$hoTY1qFVXf56BZpZCUNG39/2IrQjwKrT`
|
- Hashed: `$argon2id$v=19$m=8192,t=2,p=4$UeKcKenApsCHc+YGJUGCHw$hoTY1qFVXf56BZpZCUNG39/2IrQjwKrT`
|
||||||
|
@ -230,26 +230,10 @@ and if you cannot figure it out, you probably shouldn't be touching it.
|
|||||||
|
|
||||||
#### How can I install Nheko nightly?
|
#### How can I install Nheko nightly?
|
||||||
|
|
||||||
I use the nightly flatpak which is easy to install for all users as you
|
I use the nightly flatpak which is easy to install for all users:
|
||||||
just add the nightly repo (3rd command) and install it (5th command).
|
|
||||||
However below there are a few extra steps in case of weird systems:
|
|
||||||
|
|
||||||
_Note that `#` means a command and it's there just to explain what is being
|
|
||||||
done, not actually entered into a terminal._
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# The dependency KDE Platform is in Flathub and very clean installations of
|
|
||||||
# flatpak from some distributions may not have it by default...
|
|
||||||
sudo flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
|
|
||||||
# ...or if they have it by default, at least older Fedora versions disable it
|
|
||||||
# by default.
|
|
||||||
sudo flatpak remote-modify --enable flathub
|
|
||||||
# This actually adds the Nheko nightly repo on your system
|
|
||||||
sudo flatpak remote-add --if-not-exists nheko-nightly https://nheko.im/nheko-reborn/nheko/-/raw/master/nheko-nightly.flatpakrepo
|
sudo flatpak remote-add --if-not-exists nheko-nightly https://nheko.im/nheko-reborn/nheko/-/raw/master/nheko-nightly.flatpakrepo
|
||||||
# If the Nheko flatpak doesn't appear anywhere, this equals `sudo apt update`
|
|
||||||
# or `sudo dnf check-update` etc.
|
|
||||||
sudo flatpak update --appstream
|
|
||||||
# And this command actually install the nightly flatpak.
|
|
||||||
sudo flatpak install nheko-nightly im.nheko.Nheko --assumeyes
|
sudo flatpak install nheko-nightly im.nheko.Nheko --assumeyes
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user