Tweak update alias

This commit is contained in:
Marko Korhonen 2022-04-21 09:09:43 +03:00
parent 7723c8e6b5
commit b4c8ddcea0

View file

@ -137,13 +137,11 @@ passync() { pass git pull && pass git push && updatesecrets }
update() {
all() {
paru
{%@@ if profile == "Moria" @@%}
paru -Pw
repo
docker-update
docker system prune --volumes
{%@@ else @@%}
paru
{%@@ endif @@%}
plugins
}
@ -167,8 +165,8 @@ update() {
else
dct pull
dct up -d
cd ..
fi
cd ..
done
}