add pre_deploy.sh

This commit is contained in:
Alexander Navarro 2024-11-18 22:33:24 -03:00
parent c7b411f60f
commit 808cdb3201
3 changed files with 8 additions and 2 deletions

1
.dotter/pre_deploy.sh Normal file
View file

@ -0,0 +1 @@
sudo dnf install -y {{# each packages }} {{ this }} {{/each}}