move back to ledgerlive name

This commit is contained in:
Anders Rytter Hansen 2023-11-25 13:08:04 +01:00
commit 203a4ab0ba
2 changed files with 4 additions and 4 deletions

View file

@ -31,7 +31,7 @@ root=false
replace=false replace=false
home="~/containers/tradingview" home="~/containers/tradingview"
[ledgerlive2] [ledgerlive]
image=ghcr.io/andersrh/containers/cachyos/ledgerlive:main image=ghcr.io/andersrh/containers/cachyos/ledgerlive:main
#additional_packages=" " #additional_packages=" "
#export="app tradingview" #export="app tradingview"
@ -40,7 +40,7 @@ init=false
pull=true pull=true
root=false root=false
replace=false replace=false
home="~/containers/ledgerlive2" home="~/containers/ledgerlive"
[bitwarden] [bitwarden]
image=ghcr.io/andersrh/containers/cachyos/bitwarden:main image=ghcr.io/andersrh/containers/cachyos/bitwarden:main

View file

@ -3,7 +3,7 @@
podman rm -f general-cachyos podman rm -f general-cachyos
podman rm -f tradingview podman rm -f tradingview
podman rm -f general podman rm -f general
podman rm -f ledgerlive2 podman rm -f ledgerlive
podman rm -f development podman rm -f development
podman rm -f bitwarden podman rm -f bitwarden
podman rm -f lbry podman rm -f lbry
@ -15,7 +15,7 @@ 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 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 tradingview -- distrobox-export --app tradingview --extra-flags "--enable-features=WaylandWindowDecorations --ozone-platform=wayland"
distrobox enter ledgerlive2 -- distrobox-export --app ledger-live-desktop --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 general -- distrobox-export --app x2goclient
distrobox enter development -- distrobox-export --app qtcreator distrobox enter development -- distrobox-export --app qtcreator