https://github.com/j0shua-daniel/freebsd
A script to setup FreeBSD
https://github.com/j0shua-daniel/freebsd
freebsd shell
Last synced: 4 months ago
JSON representation
A script to setup FreeBSD
- Host: GitHub
- URL: https://github.com/j0shua-daniel/freebsd
- Owner: j0shua-daniel
- Created: 2024-12-23T08:14:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-08T09:54:48.000Z (over 1 year ago)
- Last Synced: 2025-03-24T05:01:53.565Z (over 1 year ago)
- Topics: freebsd, shell
- Language: Shell
- Homepage:
- Size: 56.6 KB
- Stars: 13
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Install
Run the following:
```
git clone https://github.com/j0shua-daniel/freebsd
chmod +x freebsd/setup.sh
./freebsd/setup.sh
```
## What this script does:
1. Install GPU divers.
2. Enable doas for wheel group.
3. Sets clock speed to be adaptive.
[FreeBSD install guide.](https://github.com/j0shua-daniel/freebsd-guide)
## pkg Error:
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`