diff options
| author | Joey Hess <joeyh@joeyh.name> | 2018-01-05 14:17:03 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2018-01-05 14:17:03 -0400 |
| commit | f75881254c3564c93b58eda75d8012829579001e (patch) | |
| tree | 4eda2cc996dabe07f16c03f3aeaeb593f7347c1d | |
| parent | d8171a48733f7327ba7574e2fbeb83ae7648917d (diff) | |
add intel-microcode
| -rw-r--r-- | src/Propellor/Property/SiteSpecific/JoeySites.hs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs index b7d07694..4313fbf3 100644 --- a/src/Propellor/Property/SiteSpecific/JoeySites.hs +++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs @@ -1037,7 +1037,8 @@ ipmasq intif = File.hasContent ifupscript laptopSoftware :: Property DebianLike laptopSoftware = Apt.installed - [ "procmeter3", "xfce4", "procmeter3", "unclutter" + [ "intel-microcode" + , "procmeter3", "xfce4", "procmeter3", "unclutter" , "mplayer", "fbreader", "firefox", "chromium" , "libdatetime-event-sunrise-perl", "libtime-duration-perl" , "network-manager", "gtk-redshift", "powertop" |
