about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-09-09 22:51:07 +0100
committerJames Booth <boothj5@gmail.com>2012-09-09 22:51:07 +0100
commit3f4f08ee9372dbbc388cee5028310e63a6958b81 (patch)
treeae03ed6c41ec967ea0e92dc8e84ee28d6308649b
parentd9cc580c910ec765f583ff9dc64b9a7fe7126895 (diff)
downloadprofani-tty-3f4f08ee9372dbbc388cee5028310e63a6958b81.tar.gz
Fixed last fix
-rwxr-xr-xupgrade.sh10
1 files 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