diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-12-30 11:55:15 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-12-30 11:55:15 -0400 |
| commit | a87a740930be75b50e7ea23d58aa2e657880da66 (patch) | |
| tree | 272f54e6215b44c41ed0f76c47e12a115d5df98b | |
| parent | 956d7a23ffd4ea546f9ca69a53b208f986de2fe0 (diff) | |
add
| -rw-r--r-- | src/Propellor/Property/SiteSpecific/JoeySites.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs index a77f5041..06417e6f 100644 --- a/src/Propellor/Property/SiteSpecific/JoeySites.hs +++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs @@ -1058,7 +1058,7 @@ laptopSoftware = Apt.installed , "vim-syntastic", "vim-fugitive" , "adb", "gthumb" , "w3m", "sm", "weechat" - , "borgbackup" + , "borgbackup", "wipe" ] `requires` baseSoftware `requires` devSoftware |
