Made firefox-nightly update only for Mirkwood

This commit is contained in:
Marko Korhonen 2020-04-14 14:44:16 +03:00
parent dee1c7161d
commit b0f199a2b0

View file

@ -117,19 +117,21 @@ passync() { pass git pull && pass git push && updatesecrets }
update() { update() {
all() { all() {
base --devel
plugins plugins
{%@@ if profile == "Moria" @@%} {%@@ if profile == "Moria" @@%}
base --devel
docker docker
{%@@ elif profile == "Mirkwood" @@%}
base --devel firefox-nightly
{%@@ else @@%} {%@@ else @@%}
yay -Syu firefox-nightly base --devel
{%@@ endif @@%} {%@@ endif @@%}
sudo awman-update sudo awman-update
} }
base() { base() {
yay -Pw yay -Pw
yay $@ yay -Syu $@
} }
plugins() { plugins() {