refactor(os): Allow AUR helper to replace itself (#3)

This commit is contained in:
2023-10-20 16:30:29 +02:00
parent 66eb02ff7d
commit 148f930636
2 changed files with 42 additions and 2 deletions

View File

@@ -109,7 +109,7 @@ After installation you're going to want to at least touch these points in your n
- Passwords
- ZFS: The password for all datasets underneath `zpool` is `password`.
- Local `root` account: The local `root` account's password is `password`.
- Arch User Repository (AUR) helper: We installed [paru](https://github.com/Morganamilo/paru) as our AUR helper, we installed from GitHub via `makepkg -si`.
- Arch User Repository (AUR) helper: We installed [paru](https://github.com/Morganamilo/paru) as our AUR helper, we installed from GitHub via `makepkg -si` then replaced itself with its [paru-bin](https://aur.archlinux.org/packages/paru-bin) version from AUR.
- In `/etc/systemd/network/50-wired.network` instead of a DHCP-based network config you can get a static one. The DHCP-based one for reference looks like:
```
...