Skip to content

Instantly share code, notes, and snippets.

@grahamperrin
Last active March 8, 2026 11:25
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.

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