#!/bin/bash
echo "Installing Volta..."
echo
curl https://get.volta.sh | bash
echo "Finished installing Volta!"