Switch from firefox-nightly to stable
This commit is contained in:
parent
8f10c4cf0c
commit
c7ea081db8
3 changed files with 6 additions and 11 deletions
|
@ -137,22 +137,19 @@ passync() { pass git pull && pass git push && updatesecrets }
|
|||
|
||||
update() {
|
||||
all() {
|
||||
paru
|
||||
plugins
|
||||
{%@@ if profile == "Moria" @@%}
|
||||
paru -Pw
|
||||
repo
|
||||
docker-update
|
||||
docker system prune --volumes
|
||||
{%@@ else @@%}
|
||||
paru
|
||||
{%@@ endif @@%}
|
||||
plugins
|
||||
}
|
||||
|
||||
repo() {
|
||||
aur sync -Su --margs --noconfirm
|
||||
update-firefox
|
||||
}
|
||||
|
||||
update-firefox() {
|
||||
aur sync -S --rebuild firefox-nightly --margs --noconfirm
|
||||
}
|
||||
|
||||
plugins() {
|
||||
|
@ -188,9 +185,6 @@ update() {
|
|||
repo)
|
||||
repo
|
||||
;;
|
||||
firefox)
|
||||
firefox
|
||||
;;
|
||||
*)
|
||||
paru
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue