WIP: Switch to NixOS #5
1 changed files with 2 additions and 4 deletions
|
@ -137,13 +137,11 @@ passync() { pass git pull && pass git push && updatesecrets }
|
||||||
|
|
||||||
update() {
|
update() {
|
||||||
all() {
|
all() {
|
||||||
|
paru
|
||||||
{%@@ if profile == "Moria" @@%}
|
{%@@ if profile == "Moria" @@%}
|
||||||
paru -Pw
|
|
||||||
repo
|
repo
|
||||||
docker-update
|
docker-update
|
||||||
docker system prune --volumes
|
docker system prune --volumes
|
||||||
{%@@ else @@%}
|
|
||||||
paru
|
|
||||||
{%@@ endif @@%}
|
{%@@ endif @@%}
|
||||||
plugins
|
plugins
|
||||||
}
|
}
|
||||||
|
@ -167,8 +165,8 @@ update() {
|
||||||
else
|
else
|
||||||
dct pull
|
dct pull
|
||||||
dct up -d
|
dct up -d
|
||||||
cd ..
|
|
||||||
fi
|
fi
|
||||||
|
cd ..
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue