computer/scripts/install-volta.sh

8 lines
117 B
Bash
Raw Normal View History

#!/bin/bash
2023-10-02 09:52:50 +00:00
echo "Installing Volta..."
echo
curl https://get.volta.sh | bash
echo
echo "Finished installing Volta!"