Skip to content

Commit

Permalink
Merge pull request #166 from km4ack/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
km4ack authored Oct 31, 2020
2 parents f07dad3 + 8f954af commit af3ba07
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions changelog
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ version=3.0.5
add piQtTermTCP
Remove JTDX (Website Down) see - https://github.com/km4ack/pi-build/issues/153
add VNC viewer
fix direwolf build procedure https://github.com/km4ack/pi-build/issues/163

3.0.4 Add gitignore
Fix Issue #109 https://github.com/km4ack/pi-build/issues/109
Expand Down
6 changes: 4 additions & 2 deletions functions/base.function
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,10 @@ DIREWOLF(){
cd $HOME
git clone https://www.github.com/wb2osz/direwolf
cd $HOME/direwolf
sudo apt-get install -y libasound2-dev
make
mkdir build && cd build
sudo apt-get install -y libasound2-dev cmake
cmake ..
make -j 4
sudo make install
make install-conf
sed -i "s/N0CALL/$CALL/" "$HOME/direwolf.conf"
Expand Down

0 comments on commit af3ba07

Please sign in to comment.