Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions setup_scripts/beagle_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ echo -e "\n→ ${bold}Installing npm${normal}\n";
sudo apt-get -f -y --force-yes install npm;
echo -e "\n→ ${bold}Installing ruby1.9.1-dev${normal}\n";
sudo apt-get -f -y --force-yes install ruby1.9.1-dev;
echo -e "\n→ ${bold}Installing ruby1.9.1${normal}\n";
sudo apt-get -f -y --force-yes install ruby1.9.1;
echo -e "\n→ ${bold}Installing make${normal}\n";
sudo apt-get -f -y --force-yes install make;
echo -e "\n→ ${bold}Installing build-essential${normal}\n";
Expand Down