mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05:00
Fixed last fix
This commit is contained in:
parent
d9cc580c91
commit
3f4f08ee93
10
upgrade.sh
10
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user