3d3d429b7b7ba87f894b9d01a9ee73f3fe173973
Linux/Install/CentOS7.md
| ... | ... | @@ -58,8 +58,6 @@ https://wiki.centos.org/SpecialInterestGroup/SCLo <br /> |
| 58 | 58 | # sed -i -e "s/\]$/\]\npriority=10/g" /etc/yum.repos.d/CentOS-SCLo-scl-rh.repo |
| 59 | 59 | ``` |
| 60 | 60 | |
| 61 | -- [CentOS 7 : 初期設定 : リポジトリ追加 : Server World](https://www.server-world.info/query?os=CentOS_7&p=initial_conf&f=6) |
|
| 62 | - |
|
| 63 | 61 | - [Nux Dextop](http://li.nux.ro/repos.html)<br /> |
| 64 | 62 | デスクトップおよびマルチメディア関連のリポジトリ。ffmpeg, rtmpdump, phantomjs。 |
| 65 | 63 | ``` |
| ... | ... | @@ -67,6 +65,15 @@ https://wiki.centos.org/SpecialInterestGroup/SCLo <br /> |
| 67 | 65 | # rpm -Uvh http://li.nux.ro/download/nux/dextop/el7/x86_64/nux-dextop-release-0-5.el7.nux.noarch.rpm |
| 68 | 66 | ``` |
| 69 | 67 | |
| 68 | +- Microsoft RedHat repository<br /> |
|
| 69 | +PowerShell Core |
|
| 70 | +``` |
|
| 71 | +# curl https://packages.microsoft.com/config/rhel/7/prod.repo | \ |
|
| 72 | + sudo tee /etc/yum.repos.d/microsoft.repo |
|
| 73 | +``` |
|
| 74 | + |
|
| 75 | +- [CentOS 7 : 初期設定 : リポジトリ追加 : Server World](https://www.server-world.info/query?os=CentOS_7&p=initial_conf&f=6) |
|
| 76 | + |
|
| 70 | 77 | # etckeeper |
| 71 | 78 | - インストール |
| 72 | 79 | ``` |