Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/j0shua-daniel/freebsd
A script to setup FreeBSD
https://github.com/j0shua-daniel/freebsd
freebsd shell
Last synced: 9 days 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 (about 2 months ago)
- Default Branch: main
- Last Pushed: 2025-01-16T17:56:57.000Z (26 days ago)
- Last Synced: 2025-01-16T18:57:55.007Z (26 days ago)
- Topics: freebsd, shell
- Language: Shell
- Homepage:
- Size: 53.7 KB
- Stars: 12
- 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:
![error](https://github.com/j0shua-daniel/images/blob/main/pkg-error.png?raw=true)
Then do the following:
`ee /etc/pkg/FreeBSD.conf`
Just comment all the lines:
![comment](https://github.com/j0shua-daniel/images/blob/main/pkg-after.png?raw=true)
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`