projects / phoronix-test-suite.git / commitdiff
Build Results
 
Summary

Description: Unnamed repository; edit this file to name it for gitweb.
Last Change: Wed 2/3/10 13:04

Recent Commits
Time
Signed-Off By
Description
Commit Diff
Wed 2/3/10 13:04
Michael Larabel  
phoromatic: Add... 
Wed 2/3/10 12:38
Michael Larabel  
phoromatic: Add... 
Wed 2/3/10 12:27
Michael Larabel  
phoromatic: Add... 
Wed 2/3/10 9:26
Michael Larabel  
pts: Drop MD5 hashes in... 
Tue 2/2/10 23:43
Michael Larabel  
phoromatic: Add... 
Tue 2/2/10 23:35
Michael Larabel  
pts-core: Phoromatic... 
 
> --git a/pts/misc-files/distro-scripts/install-fedora-packages.sh b/pts/misc-files/distro-scripts/install-fedora-packages.sh
new file mode 100644
index 0000000..53c4a08
--- /dev/null
+++ b/pts/misc-files/distro-scripts/install-fedora-packages.sh
@@ -0,+1,11 @@
+
#!/bin/sh
+
+
# Fedora package installation
+
+if [ `
whoami` != "root" ]; then
+    ROOT="/usr/bin/sudo"
+else
+    
ROOT=""
+fi
+
+
$ROOT "yum -y install $@"
<
 
Phoronix.com
Linux Driver Forums
Copyright © 2010 by Phoronix Media