diff options
author | James Booth <boothj5@gmail.com> | 2012-09-09 22:51:07 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2012-09-09 22:51:07 +0100 |
commit | 3f4f08ee9372dbbc388cee5028310e63a6958b81 (patch) | |
tree | ae03ed6c41ec967ea0e92dc8e84ee28d6308649b | |
parent | d9cc580c910ec765f583ff9dc64b9a7fe7126895 (diff) | |
download | profani-tty-3f4f08ee9372dbbc388cee5028310e63a6958b81.tar.gz |
Fixed last fix
-rwxr-xr-x | upgrade.sh | 10 |
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 |