summaryrefslogtreecommitdiffstats
path: root/pts/distro-scripts/install-fedora-packages.sh
Commit message (Collapse)AuthorAgeFilesLines
* pts: This fixes a bug where installing multiple distro packages (such asMichael Larabel2008-08-221-1/+1
| | | | | | | | | | | SDL-devel and SDL_gfx-devel) results in a command that only installs the first one in the list (eg: su root -c 'yum -y install SDL-devel' SDL_gfx-devel - note the quotes). It happens like this because of the different way that * and @ are expanded when quoted. See the Special Parameters section of the Bash manpage for explanation. Note that this might break if any of the package names contain whitespaces (which really shouldn't happen).
* pts: Let the user know that they will be asked for a root passwordMichael Larabel2008-08-221-0/+1
| | | | (Thanks to Michael Ploujnikov)
* Move files out of pts/misc-files/ to pts/Michael Larabel2008-04-161-0/+6