Skip to content

Instantly share code, notes, and snippets.

@grahamperrin
Last active June 5, 2026 16:10
Show Gist options
  • Select an option

  • Save grahamperrin/ff0172d54775e4c15019b6158bc6c7af to your computer and use it in GitHub Desktop.

Select an option

Save grahamperrin/ff0172d54775e4c15019b6158bc6c7af to your computer and use it in GitHub Desktop.
FreeBSD desktop installer script test: quick start

FreeBSD desktop installer script test

Quick start

  1. perform a fresh installation of FreeBSD
  2. restart
  3. run the four commands below.

cd /root

fetch -o desktop https://tinyurl.com/desktop-alfix

chmod +x ./desktop

./desktop

Steps one and two are optional. If a previous installation has been somehow misconfigured, both steps may be advisable.

Eventually, the unofficial tiny URL will become redundant.

@grahamperrin

grahamperrin commented Mar 8, 2026

Copy link
Copy Markdown
Author

@grahamperrin

Copy link
Copy Markdown
Author

March 2026 Status Update for Alfonso S. Siciliano

… Created (desktop.bsdinstall) a script version to be integrated in bsdinstall. …

@grahamperrin

Copy link
Copy Markdown
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment