computer/scripts/install-volta.sh

7 lines
116 B
Bash
Raw Normal View History

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