2023-11-05 16:21:13 +01:00
|
|
|
#!/bin/sh
|
|
|
|
|
|
|
|
|
|
podman rm -f general-cachyos
|
2023-11-05 16:45:54 +01:00
|
|
|
podman rm -f tradingview
|
2023-11-05 17:45:31 +01:00
|
|
|
podman rm -f general
|
2023-11-07 09:14:12 +01:00
|
|
|
podman rm -f ledgerlive
|
2023-11-05 16:21:13 +01:00
|
|
|
|
|
|
|
|
distrobox assemble create --file /etc/distrobox.ini
|
2023-11-05 17:02:37 +01:00
|
|
|
|
2023-11-06 09:58:21 +01:00
|
|
|
podman pull ghcr.io/andersrh/containers/fedora-toolbox/general:main
|
2023-11-05 18:39:32 +01:00
|
|
|
distrobox create -i ghcr.io/andersrh/containers/fedora-toolbox/general:main --nvidia --home ~/containers/general -n general
|
|
|
|
|
|
2023-11-05 17:02:37 +01:00
|
|
|
distrobox enter tradingview -- distrobox-export --app tradingview --extra-flags "--enable-features=WaylandWindowDecorations --ozone-platform=wayland"
|
2023-11-07 09:14:12 +01:00
|
|
|
distrobox enter ledgerlive -- distrobox-export --app ledger-live-desktop --extra-flags "--enable-features=WaylandWindowDecorations --ozone-platform=wayland"
|
2023-11-05 17:37:56 +01:00
|
|
|
distrobox enter general -- distrobox-export --app x2goclient
|
2023-11-08 13:06:04 +01:00
|
|
|
distrobox enter general-cachyos -- distrobox-export --app qtcreator
|