Compare commits

..

3 commits

3 changed files with 9 additions and 1 deletions

View file

@ -25,5 +25,10 @@ WantedBy=default.target
[Service] [Service]
# keep-sorted start # keep-sorted start
ExecStartPre=mkdir --parents %h/.config/transmission
ExecStartPre=mkdir --parents %h/Downloads/transmission
ExecStartPre=mkdir --parents %h/Downloads/transmission/complete
ExecStartPre=mkdir --parents %h/Downloads/transmission/incomplete
ExecStartPre=mkdir --parents %h/Downloads/transmission/watch
Restart=always Restart=always
# keep-sorted end # keep-sorted end

View file

@ -24,6 +24,7 @@ PYLSP_PLUGINS=(
pylsp-rope pylsp-rope
pytest pytest
testcontainers testcontainers
types-docker
types-pyxdg types-pyxdg
# keep-sorted end # keep-sorted end
) )

View file

@ -24,9 +24,11 @@ git_sync_update() {
} }
podman_update() { podman_update() {
echo Updating podman images... echo Updating container service images...
podman auto-update podman auto-update
podman --transient-store auto-update podman --transient-store auto-update
echo Removing dangling images...
podman image prune --force
} }
apt_update apt_update