diff --git a/bin/dev/vagrant_provision.sh b/bin/dev/vagrant_provision.sh index a9ce293207..6eb9460bd6 100755 --- a/bin/dev/vagrant_provision.sh +++ b/bin/dev/vagrant_provision.sh @@ -93,9 +93,8 @@ echo ">>> Symlink /var/www to /vagrant" rm -rf /var/www/ ln -fs /vagrant /var/www -# install deps with composer +# Setup Friendica cd /var/www - echo ">>> Setup Friendica" # copy the .htaccess-dist file to .htaccess so that rewrite rules work