Bob Mottram 10 anni fa
parent
commit
446b8be846
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      install-freedombone.sh

+ 1
- 1
install-freedombone.sh Vedi File

@@ -209,7 +209,7 @@ function time_synchronisation {
209 209
   if grep -Fxq "time_synchronisation" $COMPLETION_FILE; then
210 210
 	  return
211 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 213
   apt-get -y remove ntpdate
214 214
   mkdir $INSTALL_DIR
215 215
   cd $INSTALL_DIR