This is a static archive of the old Zorin Forum.

The information below may be outdated. Visit the new Zorin Forum here ›

If you have registered on the old forum, you will need to create an account on the new forum.

[STICKY] Post-Installation Customization

Obsidian1723

Thu Sep 01, 2011 3:47:58 am

I write a bash script for modifying Ubuntu-based distributions, addinging/removing applications and customizations to fine tune the script. It's well-commented inside of it so the absolute beginner to bash scripting can understand the order of the script, what and why it's setup like it is.

I'm also 100% open to any and/or all suggestions for improving it.

Project Site and Download:
https://sourceforge.net/projects/ubuntune/

After download, from the terminal, do: $ sudo chmod +x ubuntune-1.50.31e.sh && sudo ./ubuntune-1.50.31e.sh

There's a few spots where user interaction is required, and I'd also paste the entire script's code here, but when I tried to do that, I hit the board limit with this error (which is probably due to my comment lines inside of the script)

"Your message contains 105276 characters. The maximum number of allowed characters is 60000"

Obsidian1723

Sat Oct 22, 2011 8:44:11 pm

Thanks!!