Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15-SP5
gcompris-qt-voices
fetch_voices.sh
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File fetch_voices.sh of Package gcompris-qt-voices
#!/bin/sh # cleanup everything first rm -fr data2/voices-ogg mkdir -p data2/voices-ogg cd data2/voices-ogg # Pick contents files for voices curl -q https://cdn.kde.org/gcompris/data2/voices-ogg/Contents -o Contents for voice in $(awk '{print $2}' < Contents | grep ".rcc"); do wget https://cdn.kde.org/gcompris/data2/voices-ogg/$voice done md5sum -c Contents if [ $? -ne 0 ];then echo "Contents is not valid, retry" exit 1 fi cd ../../ tar -cvJf gcompris-qt-voices.tar.xz data2 # Reclean up before osc ci rm -fr data2 wget -O LICENSE https://github.com/gcompris/GCompris-voices/raw/master/LICENSE
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor