mirror of
https://github.com/Ekultek/Zeus-Scanner.git
synced 2026-03-11 08:55:51 +00:00
removes the old profile of firefox from /usr/lib now (issue #353)
This commit is contained in:
parent
e5ac6316d3
commit
ae134c3989
1 changed files with 2 additions and 1 deletions
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
for pid in $(ps -ef | grep "firefox" | awk '{print $2}'); do kill -9 ${pid}; done > /dev/null 2>&1
|
||||
mv ~/.mozilla ~/.mozilla.old > /dev/null 2>&1
|
||||
rm /usr/lib/firefox* > /dev/null 2>&1
|
||||
sudo apt-get update > /dev/null 2>&1
|
||||
sudo apt-get --purge --reinstall --assume-yes install firefox=56.0 > /dev/null 2>&1
|
||||
sudo pip2 install selenium -U
|
||||
sudo pip2 install selenium -U > /dev/null 2>&1
|
||||
|
|
|
|||
Loading…
Reference in a new issue