Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #! /bin/bash
- cd /root
- wget http://home/web/huree/linux/Download/ubuntu-9.10-alternate-i386.iso
- mount -o loop ~/ubuntu-9.10-alternate-i386.iso /media/cdrom
- sh /media/cdrom/cdromupgrade
- #Start additional SSH daemon = YES
- #Include latest updates from the Internet = NO
- #The rest is all YES
- apt-get install update-manager-core
- echo '[DEFAULT]
- Prompt=normal' > /etc/update-manager/release-upgrades
- do-release-upgrade
- reboot now
- #apt-get update
- #apt-get upgrade
- #apt-get -f install
Advertisement
Add Comment
Please, Sign In to add comment