Small fix

main
Marko Korhonen 4 years ago
parent 59f0c1f7d8
commit e84f18d303

@ -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
;; ;;

Loading…
Cancel
Save