Small fix

This commit is contained in:
Marko Korhonen 2020-12-25 11:11:53 +02:00
parent c5a9bb6c6a
commit 4e3582c3a7
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5

View file

@ -128,15 +128,14 @@ passync() { pass git pull && pass git push && updatesecrets }
update() { update() {
all() { all() {
paru
plugins plugins
{%@@ if profile == "Moria" @@%} {%@@ if profile == "Moria" @@%}
repo repo
docker-update docker-update
docker system prune --volumes docker system prune --volumes
{%@@ else @@%}
paru
{%@@ endif @@%} {%@@ endif @@%}
flatpak update sudo flatpak update
sudo awman-update sudo awman-update
} }
@ -174,6 +173,9 @@ update() {
docker) docker)
docker-update docker-update
;; ;;
repo)
repo
;;
*) *)
paru paru
;; ;;