nix/shell: create slideshow dir

This commit is contained in:
Felix Albrigtsen 2024-08-17 01:35:06 +02:00
parent 6580cfe546
commit 4ee8b73044
1 changed files with 4 additions and 0 deletions

View File

@ -20,6 +20,10 @@ pkgs.mkShellNoCC {
test -e config.php || cp -v dist/config.local.php config.php
if [ ! -d www/galleri/bilder/slideshow ] ; then
mkdir -p www/galleri/bilder/slideshow
fi
if [ ! -d vendor ] ; then
composer install || exit $?