Dependecies for rclone

This commit is contained in:
2023-06-15 10:56:05 +00:00
parent 3efa791d5e
commit baf34236f0
4 changed files with 6 additions and 10 deletions

View File

@ -15,8 +15,6 @@ install:
php composer.phar install --no-dev
install-dev:
php composer.phar install
sudo apt update
sudo apt install rclone
test:
vendor/bin/phpunit tests
test-coverage: