Page 1 of 1

Can I upgrade to Ultimate Edition from Feisty?

PostPosted: Tue Oct 16, 2007 9:44 am
by TheeMahn
This post is being made just for those that don't want to take the "Nestea plunge" ;) This is a question that has plagued me in the past (tons of PM's) and I am now taking the time to address this issue for the second time, could not find my previous post ;)

Can I upgrade from Feisty to Ultimate Edition?

Technically no, but you can get close to it will not change your theme background and probably a chunk of software is missed but a great start. I have taken the time to write a script just for you fellas that addresses this issue it will get you onboard, before doing any of the below you will need to add my repo. This has only been tested (and not by me) using Feisty Fawn, nothing for Edgy based and there won't be.. As always I publish my code openly:
Code: Select all
#!/bin/sh
#
# Feisty to Ultimate Script
#
# Ubuntusoftware Team <http://ubuntusoftware.info>
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
sudo mkdir /usr/share/ultimate
cd /usr/share/ultimate/
sudo rm -R *
sudo wget http://repoubuntusoftware.info/upgrades/tunez/blackcry.mod
sudo wget http://repoubuntusoftware.info/upgrades/tunez/halloween_theme.s3m
sudo wget http://repoubuntusoftware.info/upgrades/tunez/NIN_HEAD.S3M
sudo wget http://repoubuntusoftware.info/upgrades/gamers.sh
sudo wget http://repoubuntusoftware.info/upgrades/bootscript.sh
sudo wget http://ubuntusoftware.info/upgrades/ubuntu_ico.png
sudo chmod +x gamers.sh
cd ~/Desktop/
sudo apt-get install -y --allow-unauthenticated envy
#create Shortcut
sudo echo "Creating Upgrade shortcut..."
# create desktop shortcut for Upgrade
echo "[Desktop Entry]
Version=1.0
Encoding=UTF-8
Name=Upgrade
Type=Application
Exec=gksudo sh /usr/share/ultimate/gamers.sh
Icon=/usr/share/ultimate/ubuntu_ico.png
Terminal=True
Categories=GNOME;GTK;Application;System;" > ~/Desktop/Upgrade.desktop

# chmod shortcut
sudo chmod a+x ~/Desktop/Upgrade.desktop


Attached below is the script, for those that don't like the copy & paste method.

EDIT:I have opened the F.A.Q. for posts and Poll, if it was not successful please feel free to post any problems and perhaps I can resolve them to help other users and modify my main post. Thanks for your attention in this matter.