sigmaboy / nopaystation_scripts

do things with nopaystation tsv and links automatically
GNU General Public License v3.0
112 stars 24 forks source link

[Feature Request] Docs on how to make pkg2zip for linux debian #3

Closed robzombie91 closed 5 years ago

robzombie91 commented 5 years ago

Took me a bit to figure out but i ended up making it in the end

git clone https://github.com/mmozeiko/pkg2zip cd pkg2zip make sudo cp pkg2zip /usr/bin

sigmaboy commented 5 years ago

you should add a submit request to pkg2zip to create a #build section in the README:md which explains the build process more detailed.

Btw: You also should install of the binary correctly: sudo install -o root -g root -m 0755 pkg2zip /usr/local/bin/

(Self-compiled programs should be installed to /usr/local/)

Thank you for your help