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]
|
||||
# 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,6 +24,7 @@ PYLSP_PLUGINS=(
|
|||
pylsp-rope
|
||||
pytest
|
||||
testcontainers
|
||||
types-docker
|
||||
types-pyxdg
|
||||
# keep-sorted end
|
||||
)
|
||||
|
|
|
|||
|
|
@ -24,9 +24,11 @@ git_sync_update() {
|
|||
}
|
||||
|
||||
podman_update() {
|
||||
echo Updating podman images...
|
||||
echo Updating container service 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