Bob Mottram 10 years ago
parent
commit
446b8be846
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      install-freedombone.sh

+ 1
- 1
install-freedombone.sh View File

209
   if grep -Fxq "time_synchronisation" $COMPLETION_FILE; then
209
   if grep -Fxq "time_synchronisation" $COMPLETION_FILE; then
210
 	  return
210
 	  return
211
   fi
211
   fi
212
-  apt-get -y install build-essential automake git pkg-config autoconf libtool libssl-dev
212
+  apt-get -y install build-essential automake git pkg-config autoconf libtool libssl-dev libevent-dev
213
   apt-get -y remove ntpdate
213
   apt-get -y remove ntpdate
214
   mkdir $INSTALL_DIR
214
   mkdir $INSTALL_DIR
215
   cd $INSTALL_DIR
215
   cd $INSTALL_DIR