Your IP : 216.73.216.224


Current Path : /home/cmowner/CoffeeManagementConsole/
Upload File :
Current File : //home/cmowner/CoffeeManagementConsole/installdeps

#!/bin/bash
echo "Installing perl dependancies"
cpan -i UI::Dialog
cpan -i Term::ReadKey
cpan -i Term::ANSIScreen
echo "Done."
exit 0