Run the following:
git clone https://github.com/j0shua-daniel/freebsd
chmod +x freebsd/setup.sh
./freebsd/setup.sh
- Install GPU divers.
- Enable doas for wheel group.
- Sets clock speed to be adaptive.
If you see this error:
Then do the following:
ee /etc/pkg/FreeBSD.conf
Just comment all the lines:
Do ctrl+c
and then type exit
to save and leave ee.
Then just run pkg
, this will install pkg.
Once pkg
is installed go back to /etc/pkg/FreeBSD.conf
and uncomment the lines we commented.
Now you can install anything you want!
pkg install pkg-name