From eab9f3db3af077119bdfc15a842761bd45269777 Mon Sep 17 00:00:00 2001 From: Taylor Bockman Date: Fri, 10 Jun 2016 00:42:41 -0700 Subject: [PATCH] Add aspcud for opam --- ubuntu/installer.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ubuntu/installer.sh b/ubuntu/installer.sh index 128a19c..9f4536b 100644 --- a/ubuntu/installer.sh +++ b/ubuntu/installer.sh @@ -87,6 +87,7 @@ sudo apt-get -qq -y install xdotool sudo apt-get -qq -y install cmake sudo apt-get -qq -y install gsimplecal sudo apt-get -qq -y install xclip +sudo apt-get -qq -y install aspcud # Comms echo "Installing comms..."