Bob Mottram преди 11 години
родител
ревизия
446b8be846
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1
    1
      install-freedombone.sh

+ 1
- 1
install-freedombone.sh Целия файл

@@ -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