add download_filemanager

This commit is contained in:
Fernando Ontiveros
2025-07-08 13:16:37 -04:00
parent 6ff4888f02
commit 90d9515075
4 changed files with 31 additions and 4 deletions

View File

@@ -15,7 +15,6 @@ export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
nvm install 14
# Update and install Composer dependencies
composer update
composer install