Page 1 of 1

Post install script for mint cd install

Posted: Fri Feb 10, 2012 12:41 am
by hellfire695
here is a little script I wrote to make life easier when installing mint 12 with the cd
its a post install script
just cut n paste and called the saved file install.sh and to run

These are potential dangerous commands, so don't run them unless you know what each does!

sudo sh /PATH/install.sh

apt-get update
apt-get install apt-spy
apt-spy update
apt-get upgrade --force-yes
apt-get dist-upgrade --force-yes
apt-get install preload
apt-get install mint-meta-codecs
apt-get install mint-meta-gnome-dvd
apt-get install wine winetricks

hope everyone finds this simple script useful

Re: Post install script for mint cd install

Posted: Sat Feb 11, 2012 3:36 pm
by xenopeek
The apt-get dist-upgrade also installs level 4 and 5 updates, which normally aren't installed as they may lead to an unbootable system or introduce new hardware incompatibilities that weren't evident from the live session. I've added a warning to above commands as this can leave somebody unable to use their computer (if they don't know how to boot an older kernel or resolve graphics card driver issues).

And perhaps automatically installing wine is not for everybody :wink:

Re: Post install script for mint cd install

Posted: Sat Feb 11, 2012 9:53 pm
by hellfire695
xenopeek wrote:The apt-get dist-upgrade also installs level 4 and 5 updates, which normally aren't installed as they may lead to an unbootable system or introduce new hardware incompatibilities that weren't evident from the live session. I've added a warning to above commands as this can leave somebody unable to use their computer (if they don't know how to boot an older kernel or resolve graphics card driver issues).

And perhaps automatically installing wine is not for everybody :wink:
Thank you for adding that warning i never thought of that, as for installing i dont see the harm in it, most people will use it atleast once.
eitherway just a little something for those willing to try it