meh
This commit is contained in:
parent
6e300a82a4
commit
4bb659682e
|
@ -85,6 +85,9 @@ oldUseNetInstalled pkg = check (not <$> Apt.isInstalled pkg) $
|
|||
, "dpkg -i ../" ++ pkg ++ "_*.deb || true"
|
||||
, "apt-get -fy install" -- dependencies
|
||||
, "rm -rf /root/tmp/oldusenet"
|
||||
-- screen fails unless the directory has this mode.
|
||||
-- not sure what's going on.
|
||||
, "chmod 777 /var/run/screen"
|
||||
] `describe` "olduse.net built"
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in New Issue