Update photoprism-install.sh
This commit is contained in:
parent
bca287a65a
commit
4d26e88018
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ sudo mkdir -p /opt/photoprism/bin
|
||||||
sudo mkdir /var/lib/photoprism
|
sudo mkdir /var/lib/photoprism
|
||||||
sudo chown photoprism:photoprism /var/lib/photoprism &>/dev/null
|
sudo chown photoprism:photoprism /var/lib/photoprism &>/dev/null
|
||||||
|
|
||||||
echo -en "${GN} Downloading PhotoPrism... "
|
echo -en "${GN} Cloning PhotoPrism... "
|
||||||
git clone https://github.com/photoprism/photoprism.git &>/dev/null
|
git clone https://github.com/photoprism/photoprism.git &>/dev/null
|
||||||
cd photoprism
|
cd photoprism
|
||||||
git checkout release &>/dev/null
|
git checkout release &>/dev/null
|
||||||
|
|
Loading…
Reference in a new issue