diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-01-23 16:01:50 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-01-23 16:01:50 +0100 |
| commit | 4b9d5e3318d4de8df862f3794c6bc85eba6f8942 (patch) | |
| tree | 742963cf79c3913681c5ae9e0ea10ea7e09553e5 | |
| parent | 182143187b37378b8f70b1d484b6a0ee7b6704b1 (diff) | |
Install the correct pt-sans package
| -rw-r--r-- | roles/aur_font/tasks/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/aur_font/tasks/main.yml b/roles/aur_font/tasks/main.yml index e7bf9228..3f901fe1 100644 --- a/roles/aur_font/tasks/main.yml +++ b/roles/aur_font/tasks/main.yml @@ -7,4 +7,4 @@ state: "present" use: "yay" loop: - - "ttf-paratype" + - "ttf-pt-sans" |
