Compare commits

..

No commits in common. "ce00fe50dc372a9edb520aff3878b697614b2c58" and "c0740c39f84db94e571cb392c0d150a32f4246ec" have entirely different histories.

3 changed files with 1 additions and 9 deletions

View file

@ -25,10 +25,5 @@ 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,7 +24,6 @@ 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,11 +24,9 @@ git_sync_update() {
} }
podman_update() { podman_update() {
echo Updating container service images... echo Updating podman 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