post install scripts are required
This commit is contained in:
parent
2a06556fd7
commit
8da601be0f
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
"repositories": [],
|
||||
"replace_repositories": "False",
|
||||
"keyrings": [],
|
||||
"packages": "nginx grub-pc linux-image-amd64 live-task-standard python3.11-venv",
|
||||
"packages": "nginx grub-pc linux-image-amd64 docker.io make curl",
|
||||
"scripts": [
|
||||
"configs/scripts/install.sh",
|
||||
"configs/scripts/server.sh"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue