diff --git a/install b/install index 1979bdcc..7d65daa8 100755 --- a/install +++ b/install @@ -80,18 +80,14 @@ fi cd -git clone https://github.com/alanbjohnston/direwolf.git - +git clone https://github.com/wb2osz/direwolf.git cd direwolf - -git checkout master-sync-invert - -make -j - +mkdir build +cd build +cmake .. +make -j4 sudo make install - -make install-rpi - +make install-conf cd