mirror of
https://github.com/YunoHost/package_check.git
synced 2024-09-03 20:06:20 +02:00
Use apps.json, not community
This commit is contained in:
parent
6b28c8963c
commit
4f5a94ee2a
1 changed files with 1 additions and 1 deletions
|
@ -708,7 +708,7 @@ TEST_RESULTS () {
|
||||||
if echo "$app_arg" | grep --extended-regexp --quiet "https?:\/\/"
|
if echo "$app_arg" | grep --extended-regexp --quiet "https?:\/\/"
|
||||||
then
|
then
|
||||||
# Get the last version of the app list
|
# Get the last version of the app list
|
||||||
wget -nv https://raw.githubusercontent.com/YunoHost/apps/master/community.json -O "$script_dir/list.json"
|
wget -nv https://raw.githubusercontent.com/YunoHost/apps/master/apps.json -O "$script_dir/list.json"
|
||||||
|
|
||||||
# Get the name of the app from the repository name.
|
# Get the name of the app from the repository name.
|
||||||
app_name="$(basename --multiple --suffix=_ynh "$app_arg")"
|
app_name="$(basename --multiple --suffix=_ynh "$app_arg")"
|
||||||
|
|
Loading…
Add table
Reference in a new issue