Made firefox-nightly update only for Mirkwood

This commit is contained in:
Marko Korhonen 2020-04-14 14:44:16 +03:00
parent 49fb875fc6
commit 24720509b2
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5

View file

@ -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() {