This commit is contained in:
hackerESQ
2024-12-16 21:33:45 -06:00
parent 3f9a1bafa0
commit f85f0f19b9
8 changed files with 14 additions and 65 deletions
Executable → Regular
-3
View File
@@ -9,9 +9,6 @@ if [ ! -f ".env" ]; then
cp .env.example .env
fi
echo "====================== Checking for updates... ====================== "
/usr/bin/git pull
echo "====================== Installing Composer dependencies... ====================== "
/usr/local/bin/composer install