removed redundant firefox for pkill
This commit is contained in:
parent
f056d95fb7
commit
de2064dead
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user