Add mainline kernel update utility

>=5.14 is required for the Framework to function fully. Since this is just one machine, I'm okay with not completely automating this process.
This commit is contained in:
Salt 2022-02-03 08:10:00 -06:00
parent 50add7b8b9
commit 0963554422

View File

@ -43,7 +43,8 @@
tags: [ backup ] tags: [ backup ]
- role: desktop - role: desktop
vars: vars:
#desktop_apt_repos_extra: desktop_apt_repos_extra:
- "ppa:cappelikan/ppa"
#- "ppa:kubuntu-ppa/backports" # Kubuntu Backports #- "ppa:kubuntu-ppa/backports" # Kubuntu Backports
desktop_apt_packages_extra: desktop_apt_packages_extra:
# DE # DE
@ -59,6 +60,7 @@
- rofi - rofi
- xbacklight - xbacklight
# Applications # Applications
- mainline # This should not be required when 22.04 rolls around
- redshift - redshift
- xserver-xephyr - xserver-xephyr
tags: [ desktop, desktop-role ] tags: [ desktop, desktop-role ]