Update photoprism-install.sh

This commit is contained in:
tteckster 2022-03-30 13:41:51 -04:00 committed by GitHub
parent 0936604192
commit dc08c15e8d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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... "