mirror of
https://github.com/YunoHost-Apps/snipeit_ynh.git
synced 2024-09-03 20:26:16 +02:00
* set relative path to keep option
* Auto-update README
* Manifest v2 and upgrade to v6.1.0 (#34)
* convert to v2
* cleanup and example_ynh
* Update
* Update
* Auto-update README
* Update tests.toml
---------
Co-authored-by: yunohost-bot <yunohost@yunohost.org>
* Auto-update README
* cleaning
* Auto-update README
* cleaning
* Auto-update README
* fix linter
* Auto-update README
* cleaning
* Update backup
* Update manifest.toml
* Update snipeit.env
* Update manifest.toml
* Revert "Update manifest.toml"
This reverts commit 2ece2825a5
.
* Upgrade to v6.3.0 (#39)
* Upgrade to v6.3.0
* Auto-update README
* Upgrade to v6.3.1
* Auto-update README
* Mail (#37)
* Update snipeit.env
* Update manifest.toml
* Update manifest.toml
* fix
* Update tests.toml
* cleaning
* Auto-update README
* Update change_url
---------
Co-authored-by: yunohost-bot <yunohost@yunohost.org>
* Auto-update README
* fix
* add php
---------
Co-authored-by: yunohost-bot <yunohost@yunohost.org>
Co-authored-by: Tagada <36127788+Tagadda@users.noreply.github.com>
Co-authored-by: YunoHost Bot <yunohost-bot@users.noreply.github.com>
Co-authored-by: OniriCorpe <oniricorpe@disroot.org>
20 lines
513 B
Bash
20 lines
513 B
Bash
#!/bin/bash
|
|
|
|
#=================================================
|
|
# COMMON VARIABLES
|
|
#=================================================
|
|
|
|
# Packages requirements: https://snipe-it.readme.io/docs/requirements
|
|
|
|
YNH_COMPOSER_VERSION=2.5.8
|
|
|
|
timezone=$(cat /etc/timezone)
|
|
|
|
#=================================================
|
|
# PERSONAL HELPERS
|
|
#=================================================
|
|
|
|
#=================================================
|
|
# EXPERIMENTAL HELPERS
|
|
#=================================================
|
|
|