From dc08c15e8d14bbf607559010e25e39ef5a4f113d Mon Sep 17 00:00:00 2001 From: tteckster Date: Wed, 30 Mar 2022 13:41:51 -0400 Subject: [PATCH] Update photoprism-install.sh --- setup/photoprism-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/photoprism-install.sh b/setup/photoprism-install.sh index 5159630f..db077120 100644 --- a/setup/photoprism-install.sh +++ b/setup/photoprism-install.sh @@ -71,7 +71,7 @@ sudo curl -sL https://deb.nodesource.com/setup_16.x | sudo -E bash - &>/dev/null echo -e "${CM}${CL} \r" echo -en "${GN} Installing Node.js... " -apt-get install -y nodejs git make g++ gcc &>/dev/null +apt-get install -y nodejs &>/dev/null echo -e "${CM}${CL} \r" echo -en "${GN} Installing Golang... "