10 lines
390 B
Bash
Executable file
10 lines
390 B
Bash
Executable file
#!/bin/sh
|
|
|
|
podman rm -f general-cachyos
|
|
podman rm -f tradingview
|
|
|
|
distrobox assemble create --file /etc/distrobox.ini
|
|
|
|
distrobox enter tradingview -- distrobox-export --app tradingview --extra-flags "--enable-features=WaylandWindowDecorations --ozone-platform=wayland"
|
|
distrobox enter general -- distrobox-export --app x2goclient
|
|
distrobox enter general -- distrobox-export --app qtcreator
|