Make update repo function update firefox too

This commit is contained in:
Marko Korhonen 2021-01-19 18:40:44 +02:00
parent 787d709c45
commit a7b1a12458

View file

@ -132,7 +132,6 @@ update() {
plugins
{%@@ if profile == "Moria" @@%}
repo
firefox
docker-update
docker system prune --volumes
{%@@ endif @@%}
@ -142,6 +141,7 @@ update() {
repo() {
aur sync -Su --margs --noconfirm
firefox
}
firefox() {