______ ______ ___________
| ___| | ___ \/ ___| _ \
| |_ _ __ ___ ___| |_/ /\ `--.| | | | |-- _ | _ __|_ | |
| _| '__/ _ \/ _ \ ___ \ `--. \ | | | |--/\ ( \ / | | |( | /\ | |
| | | | | __/ __/ |_/ //\__/ / |/ / |__\/\_) \/ | | |_) | \/\ \ \
\_| |_| \___|\___\____/ \____/|___/ V
Author: MrKaszeba19 (github) and Szowisz (github)
Here we are working on a script that will allow full installation and configuration of FreeBSD along with graphical desktop environment and some useful programs.
- Install base FreeBSD, set up users etc., and reboot.
- Log in as root
- Install package manager, as well as
wget
andgit
packages- Type command
pkg install wget
. At this moment FreeBSD will configurepkg
. - Then type
pkg install git
(optional).
- Type command
- Get EasyInstall script via either:
- wget, i.e.
wget https://raw.githubusercontent.com/MrKaszeba19/FreeBSD-EasyInstall/master/FreeBSD-EasyInstall.sh
- cloning repository, i.e.
git clone https://github.com/MrKaszeba19/FreeBSD-EasyInstall.git
- wget, i.e.
- Add execute privileges to the obtained script, i.e.
chmod +x FreeBSD-EasyInstaller.sh
- Run your script, e.g.
./FreeBSD-EasyInstaller.sh
and follow its steps. You can automatically agree on all questions with-y
flag. - Reboot with
reboot
command and enjoy. 😄
- Xfce
- GNOME
- KDE Plasma
- Logging in via KDE Plasma desktops does not work with Wayland (use X11 instead)