Bob Mottram 10 年前
父节点
当前提交
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