Skip to content

Commit

Permalink
permission errs
Browse files Browse the repository at this point in the history
  • Loading branch information
CrysR committed Dec 19, 2024
1 parent 813454d commit 9e01da6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions db-migrate.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
sudo

apt-get update && apt-get install -y \
zip \
Expand All @@ -13,6 +14,9 @@ apt-get update && apt-get install -y \
apt-get clean && rm -rf /var/lib/apt/lists/*

curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
echo "xxxxxxxxxxxxxx$USER"
chown -R $USER:$USER ./
chgrp -R $USER storage bootstrap/cache && chmod -R ug+rwx storage bootstrap/cache

composer install

Expand Down

0 comments on commit 9e01da6

Please sign in to comment.