From 3f4f08ee9372dbbc388cee5028310e63a6958b81 Mon Sep 17 00:00:00 2001 From: James Booth Date: Sun, 9 Sep 2012 22:51:07 +0100 Subject: [PATCH] Fixed last fix --- upgrade.sh | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/upgrade.sh b/upgrade.sh index ef7910d2..91753cea 100755 --- a/upgrade.sh +++ b/upgrade.sh @@ -52,15 +52,9 @@ unknown) echo The upgrade script will not work on this OS. echo Try a manual upgrade instead. exit ;; -linux) fedora_prepare - install_head_unit - install_lib_strophe - install_profanity +linux) linux_upgrade ;; -cygwin) debian_prepare - install_head_unit - install_lib_strophe - install_profanity +cygwin) cygwin_upgrade ;; esac