Fix firefox nightly update function
This commit is contained in:
parent
10aff5d999
commit
4ca00a8068
1 changed files with 5 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue