mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 08:41:43 +05:30
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:
@@ -16,7 +16,9 @@ rustlang() {
|
||||
}
|
||||
|
||||
manual_installs() {
|
||||
kitty_term
|
||||
if [ "$(uname -s)" != "FreeBSD" ]; then
|
||||
kitty_term
|
||||
fi
|
||||
rustlang
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user