Skip to content

Commit

Permalink
improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
pa3gsb committed Feb 15, 2021
1 parent 69b0be3 commit dfb8926
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions SBC/rpi-4/releases/stable/radioberry_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,7 @@ install_dependency device-tree-compiler
install_dependency pigpio

git clone https://github.com/pa3gsb/Radioberry-2.x
cd Radioberry-2.x
echo "checkout the stable git tag"
git checkout c969108f80cf4fa0b79d34ebd35b48bf243f51b4
cd ..


sudo systemctl stop radioberry
sudo systemctl disable radioberry
Expand Down Expand Up @@ -69,6 +66,11 @@ echo "Radioberry gateware Cyclone 10 CL025 installed."

fi

cd Radioberry-2.x
echo "checkout the stable git tag"
git checkout c969108f80cf4fa0b79d34ebd35b48bf243f51b4
cd ..

#-----------------------------------------------------------------------------
echo "Installing Radioberry driver..."

Expand Down

0 comments on commit dfb8926

Please sign in to comment.