| 139 | ==== 4/24/2012 ==== |
| 140 | For Fedora 12 x86_64: |
| 141 | Repo commands were changed to: |
| 142 | {{{ |
| 143 | [native@localhost ~]$ sudo sh -c 'echo "[myplc]" > /etc/yum.repos.d/myplc.repo' |
| 144 | [native@localhost ~]$ sudo sh -c 'echo "name= MyPLC" >> /etc/yum.repos.d/myplc.repo' |
| 145 | [native@localhost ~]$ sudo sh -c 'echo "baseurl=http://build.planet-lab.org/planetlab/f12/pl-f12-x86_64-5.0-k32-rc-20/RPMS/x86_64/" >> /etc/yum.repos.d/myplc.repo' |
| 146 | [native@localhost ~]$ sudo sh -c 'echo "enabled=1" >> /etc/yum.repos.d/myplc.repo' |
| 147 | [native@localhost ~]$ sudo sh -c 'echo "gpgcheck=0" >> /etc/yum.repos.d/myplc.repo' |
| 148 | }}} |
| 149 | |