Also remove angular
This commit is contained in:
parent
5491dbbe9a
commit
d668e511f5
|
@ -303,7 +303,7 @@ function remove_synapse {
|
|||
systemctl stop matrix-synapse
|
||||
firewall_remove ${SYNAPSE_PORT}
|
||||
rm -rf $SYNAPSE_DIR
|
||||
apt-get -yq remove --purge matrix-synapse
|
||||
apt-get -yq remove --purge matrix-synapse matrix-synapse-angular-client
|
||||
apt-get -yq autoremove
|
||||
|
||||
rm /etc/apt/sources.list.d/synapse.list
|
||||
|
|
Loading…
Reference in New Issue