mirror of
https://github.com/YunoHost-Apps/immich_ynh.git
synced 2024-09-03 20:36:24 +02:00
Fix warning
This commit is contained in:
parent
e06de5442b
commit
99e995c9bb
1 changed files with 1 additions and 0 deletions
|
@ -197,6 +197,7 @@ myynh_install_immich() {
|
|||
curl -LO "https://download.geonames.org/export/dump/admin1CodesASCII.txt" 2>&1
|
||||
curl -LO "https://download.geonames.org/export/dump/admin2Codes.txt" 2>&1
|
||||
unzip "cities500.zip"
|
||||
cd "$install_dir/resources"
|
||||
cp -a "$source_dir/geonames/cities500.txt" "$install_dir/resources/"
|
||||
cp -a "$source_dir/geonames/admin1CodesASCII.txt" "$install_dir/resources/"
|
||||
cp -a "$source_dir/geonames/admin2Codes.txt" "$install_dir/resources/"
|
||||
|
|
Loading…
Reference in a new issue