
2025-08-04 14:35:20
OMG. I love #Multipass for Infrastructure as Code. I tried creating my own Multipass YAML and it actually worked!
========
package_update: true
package_upgrade: true
runcmd:
- sudo add-apt-repository ppa:fish-shell/release-4
- sudo apt update -y
- sudo apt install fish -y
- usermod -s /usr/bin/fish ubuntu
=========
$ multipass launch 24.04 \