From 91598c9754b046069dfda1565524d365586e37bf Mon Sep 17 00:00:00 2001 From: Wilfred Tyler Gee Date: Sun, 12 Nov 2023 11:07:23 -1000 Subject: [PATCH] Adding solver dependencies to install. --- scripts/install/install-pocs.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/install/install-pocs.sh b/scripts/install/install-pocs.sh index afe04f776..e70918794 100644 --- a/scripts/install/install-pocs.sh +++ b/scripts/install/install-pocs.sh @@ -77,6 +77,8 @@ function system_deps() { sudo apt-get -y -qq install \ ack \ + astrometry-net \ + astrometry-data-tycho2-10-19 \ byobu \ curl \ dcraw \ @@ -87,6 +89,7 @@ function system_deps() { httpie \ jo \ jq \ + libcfitsio-bin \ make \ nano \ vim-nox \