1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-29 19:56:07 -04:00

Fixed last fix

This commit is contained in:
James Booth 2012-09-09 22:51:07 +01:00
parent d9cc580c91
commit 3f4f08ee93

View File

@ -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