mirror of
https://git.korhonen.cc/FunctionalHacker/dotfiles.git
synced 2024-11-04 18:00:20 +00:00
Fix firefox nightly update function
This commit is contained in:
parent
343787d252
commit
c40d93b8de
@ -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…
Reference in New Issue
Block a user