summaryrefslogtreecommitdiffstats
path: root/pts/distro-scripts/install-fedora-packages.sh
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-08-22 09:17:20 -0400
committerMichael Larabel <michael@phx-laptop.(none)>2008-08-22 09:17:20 -0400
commit5920121e0ad8de38fac51e8e075952932cea2630 (patch)
tree7110796cd28cf8dae1087720e8161a16483e97e3 /pts/distro-scripts/install-fedora-packages.sh
parent27d69540ebff6b9b6c01263ae7b63f5ef4618bf7 (diff)
downloadphoronix-test-suite-upstream-5920121e0ad8de38fac51e8e075952932cea2630.tar.gz
phoronix-test-suite-upstream-5920121e0ad8de38fac51e8e075952932cea2630.tar.xz
phoronix-test-suite-upstream-5920121e0ad8de38fac51e8e075952932cea2630.zip
pts: Let the user know that they will be asked for a root password
(Thanks to Michael Ploujnikov)
Diffstat (limited to 'pts/distro-scripts/install-fedora-packages.sh')
-rwxr-xr-xpts/distro-scripts/install-fedora-packages.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/pts/distro-scripts/install-fedora-packages.sh b/pts/distro-scripts/install-fedora-packages.sh
index 8b82842..34daae4 100755
--- a/pts/distro-scripts/install-fedora-packages.sh
+++ b/pts/distro-scripts/install-fedora-packages.sh
@@ -2,5 +2,6 @@
# Fedora package installation
+echo "Please enter your root password below:" 1>&2
su root -c "yum -y install $@"
exit