Install nohang
This commit is contained in:
parent
c6b1451de0
commit
b522f63cc1
1 changed files with 12 additions and 0 deletions
|
@ -70,3 +70,15 @@
|
||||||
loop:
|
loop:
|
||||||
- amd-ucode
|
- amd-ucode
|
||||||
- intel-ucode
|
- intel-ucode
|
||||||
|
|
||||||
|
- name: Install nohang
|
||||||
|
aur:
|
||||||
|
skip_installed: true
|
||||||
|
name: "nohang-git"
|
||||||
|
become: true
|
||||||
|
become_user: aur_builder
|
||||||
|
|
||||||
|
- name: Enable nohang
|
||||||
|
systemd:
|
||||||
|
name: nohang-desktop
|
||||||
|
enabled: true
|
||||||
|
|
Loading…
Reference in a new issue