From 76fb4bac75db0388e8e171ce8562dc1fdd6e6976 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Wed, 7 Mar 2012 00:02:22 -0800 Subject: Output the dpkg auto-install process to a log file. --- Library/startup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/startup b/Library/startup index 368cacc..9321198 100755 --- a/Library/startup +++ b/Library/startup @@ -10,7 +10,7 @@ fi debs=(/var/root/Media/Cydia/AutoInstall/*.deb) if [[ ${#debs[@]} -ne 0 && -f ${debs[0]} ]]; then - dpkg -i "${debs[@]}" + dpkg -i "${debs[@]}" 2>/tmp/dpkg.log 1>&2 rm -f "${debs[@]}" cache= -- cgit v1.2.3