ublue-os / image-template

Build your own custom Universal Blue Image!
Apache License 2.0
122 stars 24 forks source link

Can I install a `.rpm` file by just adding `wget blabla.rpm` to `build.sh` file? #30

Closed xlionjuan closed 3 days ago

xlionjuan commented 3 days ago

For example:

wget https://example.com/blabla.rpm
rpm-ostree install blabla.rpm
p5 commented 3 days ago

Yes! You can even rpm-ostree install https://.../xyx.rpm to do it in one step

xlionjuan commented 3 days ago

Oh! thanks, it even not need to download it first!