How to fix rpm-ostree error: Unknown "ex" subcommand "apply-live"

When running

example.sh
rpm-ostree ex apply-live

you will see the following error message in newer versions of CoreOS:

example.txt
error: Unknown "ex" subcommand "apply-live"

 

 

The new equivalent ofrpm-ostree ex apply-live is

example.sh
rpm-ostree ex livefs --i-like-danger

 


Check out similar posts by category: CoreOS