Changeset 478 for bootstrapper


Ignore:
Timestamp:
Nov 13, 2023, 4:07:41 PM (12 months ago)
Author:
alloc
Message:

Scripts updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • bootstrapper/bootstrap.sh

    r477 r478  
    2727INSTALLOPTIONALDEPS=0
    2828
    29 DEPENDENCIES="gcc wget rsync xmlstarlet"
     29DEPENDENCIES="gcc wget rsync xmlstarlet expect"
    3030
    3131if [ -n "$(command -v apt-get)" ]; then
     
    110110
    111111checkSetupDeps() {
    112         for DEP in gcc wget tr rsync xmlstarlet; do
     112        for DEP in gcc wget tr rsync xmlstarlet expect; do
    113113                which $DEP > /dev/null 2>&1
    114114                if [ $? -ne 0 ]; then
Note: See TracChangeset for help on using the changeset viewer.