Compare commits
3 commits
c0740c39f8
...
ce00fe50dc
| Author | SHA1 | Date | |
|---|---|---|---|
| ce00fe50dc | |||
| ff41e71ed5 | |||
| 3d40752a91 |
3 changed files with 9 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
)
|
)
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue