linux upgrade code debugged and working

This commit is contained in:
Joey Hess 2013-11-24 00:26:20 -04:00
parent fdc10b9436
commit fead2941cd
3 changed files with 29 additions and 12 deletions

View file

@ -45,6 +45,11 @@ bundledPrograms = catMaybes
, SysConfig.sha512
, SysConfig.sha224
, SysConfig.sha384
#ifdef linux_HOST_OS
-- used to unpack the tarball when upgrading
, Just "gunzip"
, Just "tar"
#endif
-- nice and ionice are not included in the bundle; we rely on the
-- system's own version, which may better match its kernel
]