#!/bin/bash gpg --keyserver keys.openpgp.org --recv-keys CD9C0E09B0C780943A1AD85553F8BD99F40DCB31 echo 'deb http://www.math.uiuc.edu/Macaulay2/Repositories/Debian buster main' >/etc/apt/sources.list.d/macaulay2.list apt-get -qq update apt-get -y install macaulay2 pip3 install -t /usr/local/lib/python3.7/ macaulay2-jupyter-kernel python3 -m m2_kernel.install