mirror of
https://github.com/profanity-im/profanity.git
synced 2025-01-03 14:57:42 -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.
|
echo Try a manual upgrade instead.
|
||||||
exit
|
exit
|
||||||
;;
|
;;
|
||||||
linux) fedora_prepare
|
linux) linux_upgrade
|
||||||
install_head_unit
|
|
||||||
install_lib_strophe
|
|
||||||
install_profanity
|
|
||||||
;;
|
;;
|
||||||
cygwin) debian_prepare
|
cygwin) cygwin_upgrade
|
||||||
install_head_unit
|
|
||||||
install_lib_strophe
|
|
||||||
install_profanity
|
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user