This commit is contained in:
Your Name
2025-04-21 11:29:39 +12:00
parent 10d663971c
commit 43a10f5c3f
4 changed files with 36 additions and 1 deletions

View File

@ -34,3 +34,8 @@ install(FILES src/dropshell-completion.bash
DESTINATION /etc/bash_completion.d
RENAME dropshell
)
# Install templates
install(DIRECTORY templates/
DESTINATION /opt/dropshell/templates
)