removed redundant firefox for pkill

This commit is contained in:
Jonas Forsberg 2020-08-03 15:07:39 +02:00
parent f056d95fb7
commit de2064dead
No known key found for this signature in database
GPG Key ID: F2E9818C70350CC9

View File

@ -60,7 +60,7 @@ function gnome_config(){
if asktobreak; then
return
fi
pkill -f firefox firefox
pkill -f firefox
log "Launching firefox to install GNOME Extetions"
firefox https://extensions.gnome.org/extension/1031/topicons/
firefox https://extensions.gnome.org/extension/600/launch-new-instance/
@ -146,7 +146,7 @@ function firefox_config(){
if asktobreak;then
return
fi
pkill -f firefox firefox
pkill -f firefox
$HOME/bin/install_firefox_addon
}