add toxcore

This commit is contained in:
Sergey Zhemoytel 2025-01-13 16:55:24 +03:00
parent fc188bed39
commit 8bfde4a7a3

View file

@ -174,7 +174,8 @@ runs:
toxcore_dependency="c-toxcore-0.2.18-1-rosa2016.1.x86_64"
if [[ -n "$toxcore_dependency" ]]; then
echo "Found toxcore: $toxcore_dependency"
all_dependencies+=("$BASE_URL/$toxcore_dependency.rpm")
all_dependencies+=("$BASE_URL/$toxcore_dependency.rpm")
fi
;;
esac