Skip to content
Dheonz Kuzuma edited this page Oct 20, 2018 · 1 revision

For termux :

$ pkg install curl

$ pkg install wget

$ wget https://raw.githubusercontent.com/dheonz/script/master/ok && mv ok /bin && chmod 777 /bin/ok

$ ok (enter)

for gnuroot debian :

$ apt-get install curl

$ apt-get install wget

$ wget https://raw.githubusercontent.com/dheonz/script/master/ok && mv ok /bin && chmod 777 /bin/ok

$ ok (enter)

HTTP request with curl by

DHEONZ KUZUMA

Clone this wiki locally