Browse Source

Workaround shouldn't be needed

Bob Mottram 7 years ago
parent
commit
e0f7807396
1 changed files with 0 additions and 5 deletions
  1. 0
    5
      src/freedombone-app-librevault

+ 0
- 5
src/freedombone-app-librevault View File

223
     apt-get -yq install autoconf automake libtool curl make unzip
223
     apt-get -yq install autoconf automake libtool curl make unzip
224
 
224
 
225
     # A workaround which allows c++14 to be installed
225
     # A workaround which allows c++14 to be installed
226
-    sed -i 's|jessie|stretch|g' /etc/apt/sources.list
227
-    sed -i 's|stretch-backports|jessie-backports|g' /etc/apt/sources.list
228
-    apt-get update
229
     apt-get -yq install protobuf-compiler libprotobuf-dev
226
     apt-get -yq install protobuf-compiler libprotobuf-dev
230
     apt-get -yq install g++ gcc-6 g++-6 libboost-all-dev libssl-dev
227
     apt-get -yq install g++ gcc-6 g++-6 libboost-all-dev libssl-dev
231
     apt-get -yq install qtbase5-dev libqt5svg5-dev libqt5websockets5-dev
228
     apt-get -yq install qtbase5-dev libqt5svg5-dev libqt5websockets5-dev
232
     apt-get -yq install libsqlite3-dev qttools5-dev qttools5-dev-tools libnatpmp-dev
229
     apt-get -yq install libsqlite3-dev qttools5-dev qttools5-dev-tools libnatpmp-dev
233
     apt-get -yq install gcc-6 g++-6 libboost-all-dev
230
     apt-get -yq install gcc-6 g++-6 libboost-all-dev
234
-    sed -i 's|stretch|jessie|g' /etc/apt/sources.list
235
-    apt-get update
236
 
231
 
237
     if [ ! -d $INSTALL_DIR ]; then
232
     if [ ! -d $INSTALL_DIR ]; then
238
         mkdir -p $INSTALL_DIR
233
         mkdir -p $INSTALL_DIR