Skip to content

Commit

Permalink
Fix build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolaj P. Danilyuk committed Nov 4, 2020
1 parent 8c69051 commit cdef8f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build_scripts/build_OS.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

PATH_XILINX_SDK=/opt/Xilinx/SDK/2019.1
PATH_XILINX_VIVADO=/opt/Xilinx/Vivado/2020.1
RP_UBUNTU=LinuxOS/redpitaya_ubuntu_13-14-23_25-sep-2017.tar.gz
RP_UBUNTU=redpitaya_ubuntu_13-14-23_25-sep-2017.tar.gz
SCHROOT_CONF_PATH=/etc/schroot/chroot.d/red-pitaya-ubuntu.conf

function print_ok(){
Expand Down Expand Up @@ -100,7 +100,7 @@ fi

echo -n "Download redpitaya ubuntu OS. "
cd $DL
wget -N http://downloads.redpitaya.com/downloads/$RP_UBUNTU
wget -N http://downloads.redpitaya.com/downloads/LinuxOS/$RP_UBUNTU
sudo chown root:root redpitaya_ubuntu_13-14-23_25-sep-2017.tar.gz
sudo chmod 664 redpitaya_ubuntu_13-14-23_25-sep-2017.tar.gz

Expand Down

0 comments on commit cdef8f5

Please sign in to comment.