Skip to content

Commit

Permalink
Update install scripts for release
Browse files Browse the repository at this point in the history
  • Loading branch information
turtle0x1 committed Jun 28, 2020
1 parent cb4def9 commit 68b1d04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/install_with_clone.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ chown -R www-data:www-data /var/www/LxdMosaic/src/sensitiveData/backups
# Move in LxdManager
cd /var/www/LxdMosaic || exit

git checkout v0.9.0
git checkout v0.9.1

npm install || exit $?

Expand Down
2 changes: 1 addition & 1 deletion examples/install_with_clone_centos7.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ chown -R apache:apache /var/www/LxdMosaic/src/sensitiveData/backups
# Move in LxdManager
cd /var/www/LxdMosaic || exit

git checkout v0.9.0
git checkout v0.9.1

npm install

Expand Down

0 comments on commit 68b1d04

Please sign in to comment.