- 1. 概要
- 2. リポジトリ取得
1. 概要
本来、「GhostBSD」では、ソフトウェアの管理は「Software Station」と「Update Station」で行うのですが。
「Software Station」は、よう固まったりするので、わたしはときどき、「ports」や「pkg」を使います。
2. リポジトリ取得
「git」のインストールから。
「root」ユーザ権限で。
pkg install -y git
リポジトリを取得します。
git clone --depth 1 https://github.com/ghostbsd/ghostbsd-ports /usr/ports
以降の更新は、下記のコマンドで行います。
git -C /usr/ports pull
|
|