Made firefox-nightly update only for Mirkwood

main
Marko Korhonen 5 years ago
parent dee1c7161d
commit b0f199a2b0

@ -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…
Cancel
Save