Changes between Version 17 and Version 18 of LatestRelease


Ignore:
Timestamp:
Aug 8, 2010, 8:51:28 PM (14 years ago)
Author:
Philip Taylor
Comment:

simplify yum instructions

Legend:

Unmodified
Added
Removed
Modified
  • LatestRelease

    v17 v18  
    7070 * Install the `0ad` package.
    7171
    72 === Fedora ===
     72=== Fedora, Mandriva ===
    7373
    7474 * `su -`
    75  * `curl http://download.opensuse.org/repositories/games/Fedora_13/games.repo >/etc/yum.repos.d/obs-games.repo`
    76   * Replace the "13" with "12" if you are on an older version of Fedora.
     75 * Run one of the following commands:
     76  * `curl http://download.opensuse.org/repositories/games/Fedora_13/games.repo >/etc/yum.repos.d/obs-games.repo`
     77  * `curl http://download.opensuse.org/repositories/games/Fedora_12/games.repo >/etc/yum.repos.d/obs-games.repo`
     78  * `curl http://download.opensuse.org/repositories/games/Mandriva_2010.1/games.repo >/etc/yum.repos.d/obs-games.repo`
     79  * `curl http://download.opensuse.org/repositories/games/Mandriva_2010/games.repo >/etc/yum.repos.d/obs-games.repo`
     80  * `curl http://download.opensuse.org/repositories/games/Mandriva_2009.1/games.repo >/etc/yum.repos.d/obs-games.repo`
    7781 * `yum install 0ad`
    78   * It should prompt "Importing GPG key 0xC862B42C ... Is this ok?" - these packages are not checked or trusted by Fedora. You should not install them in security-critical environments. If you understand and accept the danger of installing unknown software, answer "y".
     82  * It should prompt "Importing GPG key 0xC862B42C ... Is this ok?" - these packages are not checked or trusted by Fedora/Mandriva. You should not install them in security-critical environments. If you understand and accept the danger of installing unknown software, answer "y".
    7983 * `exit`
    8084 * `/usr/bin/pyrogenesis_dbg`
    81 
    82 === Mandriva ===
    83 
    84  * Download http://download.opensuse.org/repositories/games/Mandriva_2010.1/games.repo into /etc/yum.repos.d/
    85   * Replace the "2010.1" with "2010" or "2009.1" if you are on older versions of Mandriva.
    86  * `yum install 0ad`