The Take Snapshot is spinning indefinitely, and not allowing me to close the window so it bricks Cursor.
I’m running these steps in the setup flow on the machine.
git clone https://github.com/rbenv/rbenv.git ~/.rbenv
~/.rbenv/bin/rbenv init
source ~/.profile
git clone https://github.com/rbenv/ruby-build.git "$(rbenv root)"/plugins/ruby-build
rbenv install 3.2.2
curl -fsSL https://bun.sh/install | bash -s "bun-v1.2.16"
gem install bundler -v 2.6.8
sudo apt install -y postgresql libpq-dev
rake db:create; rake db:schema:load
sudo /etc/init.d/postgresql start
sudo -u postgres psql
ALTER USER postgres PASSWORD 'password';
\q
Click Take Snapshot.