summaryrefslogtreecommitdiff
path: root/clean.sh
diff options
context:
space:
mode:
authorJay Freeman <saurik@saurik.com>2008-05-13 21:01:51 +0000
committerJay Freeman <saurik@saurik.com>2008-05-13 21:01:51 +0000
commit6fc0c75f83f38aed838f0a7f100b0dc4141272e0 (patch)
treedeb83cb33496353acc6d4f20750f78236e93e009 /clean.sh
parenta7bd979f8584aec6cc9b87d04aeb617d16c5c0b5 (diff)
Add apt-get install of openssh to clean.sh.
git-svn-id: http://svn.telesphoreo.org/trunk@287 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'clean.sh')
-rwxr-xr-xclean.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/clean.sh b/clean.sh
index 568da0726..87e3b1107 100755
--- a/clean.sh
+++ b/clean.sh
@@ -131,3 +131,5 @@ for file in \
do
rm -f "${file#/}"
done
+
+apt-get install openssh