Changes between Version 19 and Version 20 of LatestRelease


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

better command formatting

Legend:

Unmodified
Added
Removed
Modified
  • LatestRelease

    v19 v20  
    5858=== Debian 5.0 ===
    5959
    60  * `sudo sh -e'echo "deb http://download.opensuse.org/repositories/games/Debian_5.0/ /" >/etc/apt/sources.list.d/obs-games.list'`
    61  * `sudo apt-get update`
    62  * `sudo apt-get install 0ad`
    63   * It should prompt "Install these packages without verification?" - these packages are not checked or trusted by Debian. You should not install them in security-critical environments. If you understand and accept the danger of installing unknown software, answer "y".
    64  * `/usr/bin/pyrogenesis_dbg`
     60{{{
     61sudo sh -e'echo "deb http://download.opensuse.org/repositories/games/Debian_5.0/ /" >/etc/apt/sources.list.d/obs-games.list'
     62sudo apt-get update
     63sudo apt-get install 0ad
     64}}}
     65* It should prompt "Install these packages without verification?" - these packages are not checked or trusted by Debian. You should not install them in security-critical environments. If you understand and accept the danger of installing unknown software, answer "y".
     66{{{
     67/usr/bin/pyrogenesis_dbg
     68}}}
    6569
    6670=== OpenSUSE ===
     
    7983=== Fedora, Mandriva ===
    8084
    81  * `su -`
    82  * Run one of the following commands:
    83   * `curl http://download.opensuse.org/repositories/games/Fedora_13/games.repo >/etc/yum.repos.d/obs-games.repo`
    84   * `curl http://download.opensuse.org/repositories/games/Fedora_12/games.repo >/etc/yum.repos.d/obs-games.repo`
    85   * `curl http://download.opensuse.org/repositories/games/Mandriva_2010.1/games.repo >/etc/yum.repos.d/obs-games.repo`
    86   * `curl http://download.opensuse.org/repositories/games/Mandriva_2010/games.repo >/etc/yum.repos.d/obs-games.repo`
    87   * `curl http://download.opensuse.org/repositories/games/Mandriva_2009.1/games.repo >/etc/yum.repos.d/obs-games.repo`
    88  * `yum install 0ad`
    89   * 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".
    90  * `exit`
    91  * `/usr/bin/pyrogenesis_dbg`
     85First run:
     86{{{
     87su -
     88}}}
     89Then run one of the following commands:
     90 * `curl http://download.opensuse.org/repositories/games/Fedora_13/games.repo >/etc/yum.repos.d/obs-games.repo`
     91 * `curl http://download.opensuse.org/repositories/games/Fedora_12/games.repo >/etc/yum.repos.d/obs-games.repo`
     92 * `curl http://download.opensuse.org/repositories/games/Mandriva_2010.1/games.repo >/etc/yum.repos.d/obs-games.repo`
     93 * `curl http://download.opensuse.org/repositories/games/Mandriva_2010/games.repo >/etc/yum.repos.d/obs-games.repo`
     94 * `curl http://download.opensuse.org/repositories/games/Mandriva_2009.1/games.repo >/etc/yum.repos.d/obs-games.repo`
     95Install the package:
     96{{{
     97yum install 0ad
     98}}}
     99It 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".
     100{{{
     101exit
     102/usr/bin/pyrogenesis_dbg
     103}}}