Changeset 478 for bootstrapper/bootstrap.sh
- Timestamp:
- Nov 13, 2023, 4:07:41 PM (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
bootstrapper/bootstrap.sh
r477 r478 27 27 INSTALLOPTIONALDEPS=0 28 28 29 DEPENDENCIES="gcc wget rsync xmlstarlet "29 DEPENDENCIES="gcc wget rsync xmlstarlet expect" 30 30 31 31 if [ -n "$(command -v apt-get)" ]; then … … 110 110 111 111 checkSetupDeps() { 112 for DEP in gcc wget tr rsync xmlstarlet ; do112 for DEP in gcc wget tr rsync xmlstarlet expect; do 113 113 which $DEP > /dev/null 2>&1 114 114 if [ $? -ne 0 ]; then
Note:
See TracChangeset
for help on using the changeset viewer.