Fix firefox nightly update function
This commit is contained in:
parent
10aff5d999
commit
60188ea0d3
1 changed files with 5 additions and 1 deletions
|
@ -140,7 +140,11 @@ update() {
|
||||||
}
|
}
|
||||||
|
|
||||||
repo() {
|
repo() {
|
||||||
aur sync -Su --margs --noconfirm firefox-nightly
|
aur sync -Su --margs --noconfirm
|
||||||
|
}
|
||||||
|
|
||||||
|
firefox() {
|
||||||
|
aur sync -S --rebuild --margs --noconfirm firefox-nightly
|
||||||
}
|
}
|
||||||
|
|
||||||
plugins() {
|
plugins() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue