install flickr_labels

This commit is contained in:
frederik
2024-07-13 15:59:16 +02:00
parent 3b5160b789
commit fa1c15ceb8
4 changed files with 11 additions and 3 deletions
+1 -1
View File
@@ -44,6 +44,6 @@ cd $my_dir/scripts || exit 1
CURRENT_TIMEZONE=$(timedatectl show --value --property=Timezone)
[ -f /etc/timezone ] && echo "$CURRENT_TIMEZONE" | sudo tee /etc/timezone > /dev/null
./install_language_label_nm.sh -l $DATABASE_LANG || exit 1
./install_language_label.sh || exit 1
exit 0