post install scripts are required

This commit is contained in:
Patrick 2024-11-12 22:36:02 +01:00
parent 2a06556fd7
commit 8da601be0f
2 changed files with 2 additions and 2 deletions

View file

@ -24,6 +24,6 @@ done
rm /mnt/etc/nginx/sites-enabled/default
tar -xzf deployment.tar.gz -C '/mnt/root'
chroot /mnt /bin/bash -c "./root/jet-search/deploy/setup.sh"
chroot /mnt /bin/bash -c "cd /root/jet-search/ && make install"
read a