mirror of
https://github.com/YunoHost-Apps/nitter_ynh.git
synced 2024-09-03 19:46:24 +02:00
commit
58c0d67ad4
4 changed files with 5 additions and 5 deletions
|
@ -31,7 +31,7 @@ Inspired by the Invidious project.
|
|||
- Mobile support (responsive design)
|
||||
|
||||
|
||||
**Shipped version:** 2023.07.10~ynh1
|
||||
**Shipped version:** 2023.07.10~ynh2
|
||||
|
||||
**Demo:** https://nitter.net/
|
||||
|
||||
|
|
|
@ -30,7 +30,7 @@ Nitter est une interface alternative pour Twitter qui est plus rapide que le sit
|
|||
- Support mobile (conception réactive)
|
||||
|
||||
|
||||
**Version incluse :** 2023.07.10~ynh1
|
||||
**Version incluse :** 2023.07.10~ynh2
|
||||
|
||||
**Démo :** https://nitter.net/
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ name = "Nitter"
|
|||
description.en = "Alternative front-end for Twitter that respects your privacy"
|
||||
description.fr = "Interface alternative pour Twitter qui respecte votre vie privée"
|
||||
|
||||
version = "2023.07.10~ynh1"
|
||||
version = "2023.07.10~ynh2"
|
||||
|
||||
maintainers = ["Jules Bertholet"]
|
||||
|
||||
|
|
|
@ -70,9 +70,9 @@ build_nitter
|
|||
#=================================================
|
||||
# UPDATE A CONFIG FILE
|
||||
#=================================================
|
||||
ynh_script_progression --message="Updating a configuration file..."
|
||||
#ynh_script_progression --message="Updating a configuration file..."
|
||||
|
||||
ynh_add_config --template="nitter.conf" --destination="$install_dir/nitter.conf"
|
||||
#ynh_add_config --template="nitter.conf" --destination="$install_dir/nitter.conf"
|
||||
|
||||
#=================================================
|
||||
# SETUP SYSTEMD
|
||||
|
|
Loading…
Add table
Reference in a new issue