Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update readme.md #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ cp -r usr/share/locale /usr/share
## Installing FISH shell
If you want also a fancy a shell to interact with

### For Pfsense < 2.4 (Uses freebsd 10)

```Shell
pkg add http://pkg.freebsd.org/freebsd:10:x86:64/latest/All/pcre2-10.21_1.txz
pkg add http://pkg.freebsd.org/freebsd:10:x86:64/latest/All/readline-7.0.3.txz
Expand All @@ -37,6 +39,14 @@ pkg add http://pkg.freebsd.org/freebsd:10:x86:64/latest/All/python3-3_3.txz
pkg add http://pkg.freebsd.org/freebsd:10:x86:64/latest/All/fish-2.6.0.txz
```

### For Pfsense >= 2.4 (Uses freebsd 11)
pkg add http://pkg.freebsd.org/freebsd:11:x86:64/latest/All/pcre2-10.21_1.txz
pkg add http://pkg.freebsd.org/freebsd:11:x86:64/latest/All/readline-7.0.3_1.txz
pkg add http://pkg.freebsd.org/freebsd:11:x86:64/latest/All/python36-3.6.4.txz
pkg add http://pkg.freebsd.org/freebsd:11:x86:64/latest/All/python3-3_3.txz
pkg add http://pkg.freebsd.org/freebsd:11:x86:64/latest/All/fish-2.7.0.txz


Fish should be **ALMOST** working now. Fish is using man pages for useful autocompletion, but man pages are missing in pfsense.

See next section for install MAN pages
Expand Down