Changes between Version 5 and Version 6 of Internal/Myplc/InstallMyplc
- Timestamp:
- Apr 24, 2012, 8:57:43 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/Myplc/InstallMyplc
v5 v6 143 143 [native@localhost ~]$ sudo sh -c 'echo "[myplc]" > /etc/yum.repos.d/myplc.repo' 144 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'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/" >> /etc/yum.repos.d/myplc.repo' 146 146 [native@localhost ~]$ sudo sh -c 'echo "enabled=1" >> /etc/yum.repos.d/myplc.repo' 147 147 [native@localhost ~]$ sudo sh -c 'echo "gpgcheck=0" >> /etc/yum.repos.d/myplc.repo' 148 149 [native@localhost ~]$ sudo yum update fedora-release 150 ... 151 Complete! 152 153 [native@localhost ~]$ sudo yum install myplc 154 ... 155 Complete! 148 156 }}} 149 157