Changeset 41 for bootstrapper
- Timestamp:
- Jun 2, 2014, 1:42:46 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
bootstrapper/bootstrap.sh
r40 r41 96 96 checkSetupDeps() { 97 97 for DEP in gcc wget tr rsync xmlstarlet; do 98 which $DEP > /dev/null 98 which $DEP > /dev/null 2>&1 99 99 if [ $? -ne 0 ]; then 100 100 echo "\"$DEP\" not installed. Please install it and run this script again."
Note:
See TracChangeset
for help on using the changeset viewer.