Skip to content

Commit

Permalink
avoid installing puredata package
Browse files Browse the repository at this point in the history
  • Loading branch information
heniotierra committed Oct 4, 2020
1 parent 70085b3 commit 03e07d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -105,12 +105,13 @@ addToAptInstall "python-gtk2"
addToAptInstall "python-pexpect"
addToAptInstall "python-pip"
addToAptInstall "libav-tools"
addToAptInstall "tkdnd"
#addToAptInstall "tkdnd"
#addToAptInstall "python-setuptools"

if [ "$aptinstall" != "" ]; then
echo "* Installing dependencies: "$aptinstall"..."
sudo apt-get -y install $aptinstall >/dev/null
sudo apt-get -y install tkdnd --no-install-recommends >/dev/null
fi

python -c 'import magic' >/dev/null 2>&1
Expand Down

0 comments on commit 03e07d9

Please sign in to comment.