projects
/
working
/
random.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f87762b
)
don't need sudo here, we're already running as root
author
Jason Etheridge
<jason@esilibrary.com>
Fri, 27 Dec 2013 20:37:39 +0000
(15:37 -0500)
committer
Jason Etheridge
<jason@esilibrary.com>
Fri, 27 Dec 2013 20:37:39 +0000
(15:37 -0500)
Signed-off-by: Jason Etheridge <jason@esilibrary.com>
installer/wheezy/eg_wheezy_installer.sh
patch
|
blob
|
history
diff --git
a/installer/wheezy/eg_wheezy_installer.sh
b/installer/wheezy/eg_wheezy_installer.sh
index
5ba15ad
..
bf5e4ea
100755
(executable)
--- a/
installer/wheezy/eg_wheezy_installer.sh
+++ b/
installer/wheezy/eg_wheezy_installer.sh
@@
-515,7
+515,7
@@
function test_evergreen_live {
dpkg --list
echo ''
echo 'cpan -l:'
-
sudo
cpan -l 2> /dev/null | sort
+ cpan -l 2> /dev/null | sort
echo End of system information =~-._
date
}