fix(FreeBSD): Installation fix

- Removed `--skip-unresolvable` incorrect option to pkg
- Install and setup nvidia drivers during pkg setup
- Do NOT install kitty by downloading binary for FreeBSD
- Add more packages for installation through pkg in FreeBSD
- WIP: Some required packages could not be installed in FreeBSD because
  they have longer names. Those package names are stored at the end of
  the package-list-os file for now.
This commit is contained in:
Pratik Tripathy
2025-01-02 00:30:47 +05:30
parent 74a51361a8
commit d4f25554e1
4 changed files with 27 additions and 17 deletions

View File

@@ -16,7 +16,9 @@ rustlang() {
}
manual_installs() {
kitty_term
if [ "$(uname -s)" != "FreeBSD" ]; then
kitty_term
fi
rustlang
}