bottlesdevs / Bottles

Run Windows software and games on Linux
https://usebottles.com
GNU General Public License v3.0
6.21k stars 258 forks source link

[Request]: Explain how to install a Bottle in the CLI #3126

Open RichardJECooke opened 11 months ago

RichardJECooke commented 11 months ago

Tell us the problem or your need

I want to be able to set up a new Linux installation automatically in one installation script. Without being able to install Bottles in the CLI I have to do everything manually for every single Windows application I use.

Describe the solution you'd like

Add explanation example of how to install FL Studio with the default installer script in https://docs.usebottles.com/advanced/cli

Other solutions?

No response

Additional context and references

No response

paul-hammant commented 4 months ago

You don't want 1. install flatpak, 2. install bottles-cli flatpak, 3. Via flatpak via bottles-cli install Notepadplusplus (for example).

You want that in a one-er - curl > bash + nodepadplusplus (pseudocode) as a copy-pasteable string.

Right?