From 0963554422783845fdb33a930e113a8529b40125 Mon Sep 17 00:00:00 2001 From: Salt Date: Thu, 3 Feb 2022 08:10:00 -0600 Subject: [PATCH] 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. --- playbooks/device_roles_workstation.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/playbooks/device_roles_workstation.yml b/playbooks/device_roles_workstation.yml index f6c1ad0..8feb5fd 100755 --- a/playbooks/device_roles_workstation.yml +++ b/playbooks/device_roles_workstation.yml @@ -43,7 +43,8 @@ tags: [ backup ] - role: desktop vars: - #desktop_apt_repos_extra: + desktop_apt_repos_extra: + - "ppa:cappelikan/ppa" #- "ppa:kubuntu-ppa/backports" # Kubuntu Backports desktop_apt_packages_extra: # DE @@ -59,6 +60,7 @@ - rofi - xbacklight # Applications + - mainline # This should not be required when 22.04 rolls around - redshift - xserver-xephyr tags: [ desktop, desktop-role ]