Made firefox-nightly update only for Mirkwood
This commit is contained in:
parent
93b7a41cc6
commit
3d6aaee81d
1 changed files with 5 additions and 3 deletions
|
@ -117,19 +117,21 @@ passync() { pass git pull && pass git push && updatesecrets }
|
|||
|
||||
update() {
|
||||
all() {
|
||||
base --devel
|
||||
plugins
|
||||
{%@@ if profile == "Moria" @@%}
|
||||
base --devel
|
||||
docker
|
||||
{%@@ elif profile == "Mirkwood" @@%}
|
||||
base --devel firefox-nightly
|
||||
{%@@ else @@%}
|
||||
yay -Syu firefox-nightly
|
||||
base --devel
|
||||
{%@@ endif @@%}
|
||||
sudo awman-update
|
||||
}
|
||||
|
||||
base() {
|
||||
yay -Pw
|
||||
yay $@
|
||||
yay -Syu $@
|
||||
}
|
||||
|
||||
plugins() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue