Skip to content

Commit

Permalink
Install openresolv as a dependency on laptops (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
Antiz96 authored Oct 22, 2024
1 parent 4abd2da commit a7d06da
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Arch-Linux/Sway.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,8 @@ sudo systemctl enable --now apparmor docker pcscd # Start and enable system serv
- Laptop only packages:

```bash
sudo pacman -S nwg-displays openresolv wireguard-tools tlp
sudo pacman -S nwg-displays wireguard-tools tlp
sudo pacman -S --asdeps openresolv
sudo systemctl mask systemd-rfkill.service systemd-rfkill.socket && sudo systemctl enable --now tlp.service
```

Expand Down
3 changes: 2 additions & 1 deletion Arch-Linux/i3.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,8 @@ sudo systemctl enable --now apparmor docker pcscd # Start and enable system serv
- Laptop only packages:

```bash
sudo pacman -S autorandr openresolv wireguard-tools tlp
sudo pacman -S autorandr wireguard-tools tlp
sudo pacman -S --asdeps openresolv
sudo systemctl mask systemd-rfkill.service systemd-rfkill.socket && sudo systemctl enable --now tlp.service
```

Expand Down

0 comments on commit a7d06da

Please sign in to comment.