my-ostree-OS/usr/bin/update-distroboxes
2023-11-25 13:08:04 +01:00

26 lines
1.1 KiB
Bash
Executable file

#!/bin/sh
podman rm -f general-cachyos
podman rm -f tradingview
podman rm -f general
podman rm -f ledgerlive
podman rm -f development
podman rm -f bitwarden
podman rm -f lbry
podman rm -f electron-cash
distrobox assemble create --file /etc/distrobox.ini
podman pull ghcr.io/andersrh/containers/fedora-toolbox/general:main
distrobox create -i ghcr.io/andersrh/containers/fedora-toolbox/general:main --home ~/containers/general -n general
distrobox enter tradingview -- distrobox-export --app tradingview --extra-flags "--enable-features=WaylandWindowDecorations --ozone-platform=wayland"
distrobox enter ledgerlive -- distrobox-export --app ledger-live-desktop --extra-flags "--enable-features=WaylandWindowDecorations --ozone-platform=wayland"
distrobox enter general -- distrobox-export --app x2goclient
distrobox enter development -- distrobox-export --app qtcreator
distrobox enter development -- distrobox-export --app codium
distrobox enter bitwarden -- distrobox-export --app bitwarden-desktop
distrobox enter lbry -- distrobox-export --app lbry
distrobox enter electron-cash -- distrobox-export --app electron-cash