Skip to content

Commit

Permalink
small fix to setup_host.sh (#957)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yun Rock Qu authored and schelleg committed Oct 2, 2019
1 parent 3e1f901 commit 46ba2ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdbuild/scripts/setup_host.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ EOT
set -e

sudo apt-get update
sudo apt purge libgnutls-dev
sudo apt purge -y libgnutls-dev
sudo dpkg --add-architecture i386
sudo apt-get update
sudo add-apt-repository -y ppa:ubuntu-toolchain-r/ppa
Expand Down Expand Up @@ -107,5 +107,5 @@ fi

echo 'PATH=/opt/qemu/bin:/opt/crosstool-ng/bin:$PATH' >> ~/.profile

echo "Now install Vivado, SDx, and Petalinux."
echo "Now install Vivado, SDK, and Petalinux."
echo "Re-login to ensure the enviroment is properly set up."

0 comments on commit 46ba2ee

Please sign in to comment.