Skip to content

Commit

Permalink
Update init.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
cedar2025 authored Nov 15, 2023
1 parent 1f2ab22 commit 01210dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
rm -rf composer.phar
wget https://github.com/composer/composer/releases/latest/download/composer.phar -O composer.phar
php composer.phar install -vvv
php artisan v2board:install
php artisan xboard:install

if [ -f "/etc/init.d/bt" ]; then
chown -R www $(pwd);
Expand Down

0 comments on commit 01210dd

Please sign in to comment.