Fix firefox nightly update function

This commit is contained in:
Marko Korhonen 2021-01-16 12:07:38 +02:00
parent 343787d252
commit 898d9c4b66

View file

@ -140,7 +140,11 @@ update() {
}
repo() {
aur sync -Su --margs --noconfirm firefox-nightly
aur sync -Su --margs --noconfirm
}
firefox() {
aur sync -S --rebuild --margs --noconfirm firefox-nightly
}
plugins() {