mirror of
https://github.com/YunoHost-Apps/iceshrimp_ynh.git
synced 2024-09-03 19:15:54 +02:00
Fix
This commit is contained in:
parent
d070aa5942
commit
4f5f5b5795
5 changed files with 6 additions and 6 deletions
|
@ -20,7 +20,7 @@ Iceshrimp is a decentralized and federated social networking service, implementi
|
|||
|
||||
It was forked from Calckey Firefish (itself a fork of Misskey) in mid-2023, to focus on stability, performance and usability instead of new features.
|
||||
|
||||
**Shipped version:** v2023.12.1~ynh1
|
||||
**Shipped version:** 2023~ynh1
|
||||
|
||||
## Screenshots
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@ Iceshrimp est un service de réseau social décentralisé et fédéré, impléme
|
|||
|
||||
Il a été forké de Calckey et Firefish (lui-même forké de Misskey) à la mi-2023, afin de se concentrer sur la stabilité, les performances et la facilité d'utilisation plutôt que sur de nouvelles fonctionnalités.
|
||||
|
||||
**Version incluse :** v2023.12.1~ynh1
|
||||
**Version incluse :** 2023~ynh1
|
||||
|
||||
## Captures d’écran
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[Unit]
|
||||
Description=Iceschrimp: microblogging platform
|
||||
Description=Misskey: microblogging platform
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
|
|
|
@ -5,7 +5,7 @@ name = "Iceshrimp"
|
|||
description.en = "$app is a decentralized and federated social networking service, implementing the ActivityPub standard."
|
||||
description.fr = "$app est un service de réseau social décentralisé et fédéré, implémentant le standard ActivityPub."
|
||||
|
||||
version = "v2023.12.1~ynh1"
|
||||
version = "2023~ynh1"
|
||||
|
||||
maintainers = ["oufmilo"]
|
||||
|
||||
|
|
|
@ -65,9 +65,9 @@ then
|
|||
pushd $install_dir
|
||||
chown -R $app:www-data "$install_dir"
|
||||
|
||||
ynh_exec_warn_less ynh_exec_as $app git fetch
|
||||
ynh_exec_as $app git fetch
|
||||
#git checkout master
|
||||
ynh_exec_warn_less ynh_exec_as $app git pull
|
||||
ynh_exec_as $app git pull
|
||||
popd
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue