forked from switnet/quick-jibri-installer
Add chrome removal bits
This commit is contained in:
parent
ba838c7893
commit
3e06f5a5ff
|
@ -96,6 +96,10 @@ apt-get -y purge jibri \
|
|||
jitsi-videobridge2 \
|
||||
prosody
|
||||
|
||||
#Chome related packages
|
||||
apt-get -y purge google-chrome-stable
|
||||
rm /usr/local/bin/chromedriver
|
||||
|
||||
#Services stop
|
||||
remove_services jibri
|
||||
remove_services jibri-icewm
|
||||
|
|
Loading…
Reference in New Issue