ajalkane / ringingrestorer_sailfish

RingingRestorer for SailfishOS
GNU General Public License v3.0
3 stars 2 forks source link

ringingrestorer_sailfish

RingingRestorer for SailfishOS

Building RingingRestorer depends on submodules libipht and nemo-keepalive. If you cloned this repository normally, you will need to do:

git submodule init

git submodule update

to fetch the corresponding submodules.

Alternatively you can also clone the whole repository with the submodules using git clone --recursive