feat(pkgs/logseq): bump to 0.10.9

This commit is contained in:
steveej 2024-10-13 20:06:36 +02:00
parent 070d3037d2
commit 46df99c190
5 changed files with 24 additions and 41 deletions

View file

@ -2,10 +2,19 @@
this is pseudocode that serves as a reminder
1. podman build -f Containerfile
1. podman build -f Containerfile -t logseq
2. CONTAINER_ID=$(podman container create logseq)
2. podman unshare
3. podman mount $CONTAINER_ID
4. upload the AppImaeg
4. copy and upload the AppImage. e.g.
```
cp /home/steveej/.local/share/containers/storage/overlay/f932ca9f11ea2bfd6b221118eb54775a623bc519bfe38188afcbad51dda2777f/merged/Logseq-0.10.9.AppImage .
exit
scp Logseq-0.10.9.AppImage root@www.stefanjunker.de:/var/lib/container-volumes/webserver/var-www/stefanjunker.de/htdocs/caddy/downloads/
```
5. podman unshare
6. podman unmount
# resources