mirror of
https://github.com/YunoHost-Apps/streama_ynh.git
synced 2024-09-03 20:26:30 +02:00
* Remove duplicate screenshot * Auto-update README * Update DISCLAIMER.md * Auto-update README * format * Auto-update README * fix screenshot size * Auto-update README * Update manifest.json * Auto-update README * Fix linter * Version 2 (#43) * update to Bookworm * v2 * Auto-update README * v2 * Auto-update README * Update manifest.toml * Update manifest.toml * Create DESCRIPTION.md * Auto-update README * fix * Update manifest.toml * Update manifest.toml * Create application.yaml * fix * Update restore * fix * Update application.yaml * Update application.yaml * FIX --------- Co-authored-by: yunohost-bot <yunohost@yunohost.org> * Update manifest.toml * Update manifest.toml --------- Co-authored-by: yunohost-bot <yunohost@yunohost.org>
20 lines
604 B
Bash
20 lines
604 B
Bash
#!/bin/bash
|
|
|
|
#=================================================
|
|
# COMMON VARIABLES
|
|
#=================================================
|
|
|
|
# dependencies used by the app
|
|
#REMOVEME? pkg_dependencies="openjdk-17-jre-headless ffmpeg"
|
|
|
|
#=================================================
|
|
# PERSONAL HELPERS
|
|
#=================================================
|
|
|
|
#=================================================
|
|
# EXPERIMENTAL HELPERS
|
|
#=================================================
|
|
|
|
#=================================================
|
|
# FUTURE OFFICIAL HELPERS
|
|
#=================================================
|