Compare commits
No commits in common. "ce00fe50dc372a9edb520aff3878b697614b2c58" and "c0740c39f84db94e571cb392c0d150a32f4246ec" have entirely different histories.
ce00fe50dc
...
c0740c39f8
3 changed files with 1 additions and 9 deletions
|
|
@ -25,10 +25,5 @@ WantedBy=default.target
|
|||
|
||||
[Service]
|
||||
# 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
|
||||
# keep-sorted end
|
||||
|
|
|
|||
|
|
@ -24,7 +24,6 @@ PYLSP_PLUGINS=(
|
|||
pylsp-rope
|
||||
pytest
|
||||
testcontainers
|
||||
types-docker
|
||||
types-pyxdg
|
||||
# keep-sorted end
|
||||
)
|
||||
|
|
|
|||
|
|
@ -24,11 +24,9 @@ git_sync_update() {
|
|||
}
|
||||
|
||||
podman_update() {
|
||||
echo Updating container service images...
|
||||
echo Updating podman images...
|
||||
podman auto-update
|
||||
podman --transient-store auto-update
|
||||
echo Removing dangling images...
|
||||
podman image prune --force
|
||||
}
|
||||
|
||||
apt_update
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue