Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 410 Bytes

README.md

File metadata and controls

16 lines (8 loc) · 410 Bytes

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