Skip to content

a sh script that installs and configures FreeBSD along with graphical DE and some useful apps

Notifications You must be signed in to change notification settings

MrKaszeba19/FreeBSD-EasyInstall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 

Repository files navigation

FreeBSD easy interface installer script

______            ______  ___________ 
|  ___|           | ___ \/  ___|  _  \
| |_ _ __ ___  ___| |_/ /\ `--.| | | |  |--    _      |  _  __|_   | |
|  _| '__/ _ \/ _ \ ___ \ `--. \ | | |  |--/\ (  \  / | | |(  | /\ | |
| | | | |  __/  __/ |_/ //\__/ / |/ /   |__\/\_)  \/  | | |_) | \/\ \ \
\_| |_|  \___|\___\____/ \____/|___/              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.

How to use

  1. Install base FreeBSD, set up users etc., and reboot.
  2. Log in as root
  3. Install package manager, as well as wget and git packages
    • Type command pkg install wget. At this moment FreeBSD will configure pkg.
    • Then type pkg install git (optional).
  4. 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
  5. Add execute privileges to the obtained script, i.e. chmod +x FreeBSD-EasyInstaller.sh
  6. Run your script, e.g. ./FreeBSD-EasyInstaller.sh and follow its steps. You can automatically agree on all questions with -y flag.
  7. Reboot with reboot command and enjoy. 😄

Available graphical desktop environments

  • Xfce
  • GNOME
  • KDE Plasma

Issues

  • Logging in via KDE Plasma desktops does not work with Wayland (use X11 instead)

About

a sh script that installs and configures FreeBSD along with graphical DE and some useful apps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages