Skip to content

Commit

Permalink
Beta installation patch
Browse files Browse the repository at this point in the history
  • Loading branch information
andreapollastri committed May 1, 2020
1 parent adef774 commit b02a0fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.sh
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ sudo rm -rf /var/www/html
sudo mkdir /var/www/html
echo "Downloading Cipi from packagist.org... It may takes some time! Hold on :)"
sleep 1s
composer create-project andreapollastri/cipi:2.0.0beta /var/www/html
composer create-project andreapollastri/cipi:2.0.1beta /var/www/html
cd /var/www/html && sudo unlink .env
cd /var/www/html && sudo cp .env.example .env
cd /var/www/html && php artisan key:generate
Expand Down

0 comments on commit b02a0fb

Please sign in to comment.