Skip to content

Script to install a working FreeBSD desktop (web-browser,office applications) in 5 minutes.

License

Notifications You must be signed in to change notification settings

CTurt/5minutedesktop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 

Repository files navigation

5minutedesktop

Script to install a working FreeBSD desktop (web-browser,office applications) in 5 minutes.

Contents

5MinuteDesktop.sh/ This is the main script which is tested to run on a default installation of FreeBSD 10. The script uses packages by way of pkgng to quickly build out a desktop with a working browser.

These are currently two window managers that can be passed to the script:

i3 fluxbox

How To

Run the following from a FreeBSD 10 install to setup a desktop

fetch --no-verify-peer https://raw.github.com/shirkdog/5minutedesktop/master/5MinuteDesktop.sh && chmod 700 5MinuteDesktop.sh && ./5MinuteDesktop.sh i3

or fluxbox instead of i3

TODO

Work this into an ISO file to automate the entire process, based on FreeBSD 10 pkgng repo

About

Script to install a working FreeBSD desktop (web-browser,office applications) in 5 minutes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%