Merge branch 'master' into fix-webkit

This commit is contained in:
El RIDO 2024-10-19 11:35:57 +02:00
commit 07aeed1c4c
No known key found for this signature in database
GPG key ID: 0F5C940A6BD81F92
47 changed files with 140 additions and 59 deletions

View file

@ -1,6 +1,9 @@
#!/bin/sh
export PATH="$PATH:$HOME/.composer/vendor/bin"
ln -s ./conf.sample.php cfg/conf.php
composer install --no-dev --optimize-autoloader
sudo chmod a+x "$(pwd)" && sudo rm -rf /var/www/html && sudo ln -s "$(pwd)" /var/www/html
npm install --global nyc