*** Hidden text: You do not have sufficient rights to view the hidden text. Visit the forum thread! ***
Termux :
$ pkg upgrade && pkg update
$ pkg install git
$ pkg install nodejs-lts
$ git clone https://github.com/officialputuid/toolsig
$ cd toolsig
$ npm i
$ node index.js
Linux :
$ git...